We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e19cef commit 2bd0b03Copy full SHA for 2bd0b03
styles.css
@@ -1,8 +1,6 @@
1
:root {
2
--bad-example-text: gray;
3
4
- --yesno-yes-bg: yellow;
5
-
6
--control-glyph-text: #d50606;
7
8
--img-abstract-bg: #424242;
@@ -13,8 +11,6 @@
13
11
14
12
15
16
- --yesno-yes-bg: #004000;
17
18
19
20
@@ -26,9 +22,6 @@ iframe { border: 0; }
26
22
27
23
.bad, .bad *:not(.X\58X) { color: var(--bad-example-text); }
28
24
29
-.applies .yes, .yesno .yes { background: var(--yesno-yes-bg); }
30
-.yesno .yes, .yesno .no { text-align: center; }
31
32
25
.applies thead th > * { display: block; }
33
.applies thead code { display: block; }
34
.applies td { text-align: center; }
0 commit comments