We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52346ab commit 9586314Copy full SHA for 9586314
1 file changed
web-animations-1/Overview.bs
@@ -6,6 +6,11 @@
6
background: #efe;
7
border: green 1px dotted;
8
}
9
+@media (prefers-color-scheme: dark) {
10
+ .informative-bg {
11
+ background: rgba(255 255 255 .05);
12
+ }
13
+}
14
15
div.informative-bg *:last-child {
16
margin-bottom: 0;
@@ -45,7 +50,7 @@ div.switch > dl > dt:before {
45
50
font: bold 100% sans-serif;
46
51
text-align: left;
47
52
margin: 1.33em 0px;
48
- color: #005A9C;
53
+ color: var(--heading-text, #005A9C);
49
54
55
56
.attributes::before { content: 'Attributes' }
0 commit comments