We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8788c6 commit 6191a11Copy full SHA for 6191a11
1 file changed
default.css
@@ -14,6 +14,7 @@
14
position: relative;
15
clear: both;
16
color: #600;
17
+ color: var(--example-text);
18
}
19
pre.example,
20
pre.html,
@@ -30,6 +31,7 @@
30
31
32
code.html, code.xml {
33
color: #660000;
34
35
36
37
/******************************************************************************/
@@ -48,6 +50,7 @@
48
50
pre.output {
49
51
margin: 1em;
52
border: solid thin silver;
53
+ border: solid thin var(--datacell-border);
54
padding: 0.25em;
55
display: table;
56
0 commit comments