mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 13:58:40 +09:00
5 lines
118 B
HTML
5 lines
118 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<style>
|
||
|
|
i > m {background-color:green;}
|
||
|
|
</style>
|
||
|
|
<i>foo <m>this should have a green background</m></i>
|