mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
8 lines
139 B
HTML
8 lines
139 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body { background: green }
|
|
@supports (color: red) or (content: url("foo
|
|
)) {
|
|
body { background: red }
|
|
}
|
|
</style>
|