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 e37f0e5 commit 2ee2d5dCopy full SHA for 2ee2d5d
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