mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-04 04:30:09 +00:00
5 lines
74 B
CSS
5 lines
74 B
CSS
body { color: red; }
|
|
@supports (color:var(--a)) {
|
|
p { color: green; }
|
|
}
|