|
|
|
@ -1677,6 +1677,48 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and ( prefers-color-scheme: dark ) {
|
|
|
|
|
body {
|
|
|
|
|
background-color: #161616;
|
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table {
|
|
|
|
|
color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tbody td {
|
|
|
|
|
border-top: 1px solid #333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tbody tr:hover th,
|
|
|
|
|
tbody tr:hover td {
|
|
|
|
|
background-color: #282828;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
figure.code,
|
|
|
|
|
figure.code-example,
|
|
|
|
|
figure.example {
|
|
|
|
|
background-color: #282828;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nav#toc ol.toc li {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nav#toc ol.toc li a:before {
|
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.standardsButton {
|
|
|
|
|
color: #eee;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media print {
|
|
|
|
|
a.anchor-link {
|
|
|
|
|
display: none;
|
|
|
|
|