Skip to content

Commit 2ee2d5d

Browse files
committed
Sync with CSSWG's default.css
1 parent e37f0e5 commit 2ee2d5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

default.css

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
position: relative;
1515
clear: both;
1616
color: #600;
17+
color: var(--example-text);
1718
}
1819
pre.example,
1920
pre.html,
@@ -30,6 +31,7 @@
3031

3132
code.html, code.xml {
3233
color: #660000;
34+
color: var(--example-text);
3335
}
3436

3537
/******************************************************************************/
@@ -48,6 +50,7 @@
4850
pre.output {
4951
margin: 1em;
5052
border: solid thin silver;
53+
border: solid thin var(--datacell-border);
5154
padding: 0.25em;
5255
display: table;
5356
}

0 commit comments

Comments
 (0)