Skip to content

Commit bd3468b

Browse files
committed
even more css formatting
1 parent dd23fd0 commit bd3468b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

index.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -262,50 +262,50 @@
262262

263263
@media screen and (prefers-color-scheme: dark) {
264264
body {
265-
background: #111 !important;
266-
color: #c6c6c6;
265+
background: #111 !important;
266+
color: #c6c6c6;
267267
}
268268
div#sidebar {
269-
background: #111;
270-
border-right: 1px solid #666;
271-
box-shadow: 0 0 20px #555;
272-
-webkit-box-shadow: 0 0 20px #555;
273-
-moz-box-shadow: 0 0 20px #555;
269+
background: #111;
270+
border-right: 1px solid #666;
271+
box-shadow: 0 0 20px #555;
272+
-webkit-box-shadow: 0 0 20px #555;
273+
-moz-box-shadow: 0 0 20px #555;
274274
}
275275
a.toc_title,
276276
a.toc_title:visited {
277-
color: #f4f4f4;
277+
color: #f4f4f4;
278278
}
279279
a.toc_title:hover {
280-
text-decoration: underline;
280+
text-decoration: underline;
281281
}
282282
.toc_section li a {
283-
text-decoration: none;
284-
color: #f4f4f4;
283+
text-decoration: none;
284+
color: #f4f4f4;
285285
}
286286
img#logo {
287287
filter: invert(1) hue-rotate(180deg) brightness(0.9);
288288
}
289289
div.warning {
290-
color: #CC6060;
290+
color: #CC6060;
291291
}
292292
a,
293293
a:visited {
294-
color: #f4f4f4;
294+
color: #f4f4f4;
295295
}
296296
a:active,
297297
a:hover {
298-
color: #ffffff;
298+
color: #ffffff;
299299
}
300300
table .rule {
301-
background: #777;
301+
background: #777;
302302
}
303303
tt {
304-
background: #444;
305-
border: 1px solid #777;
304+
background: #444;
305+
border: 1px solid #777;
306306
}
307307
pre {
308-
border-left: 5px solid #aaa;
308+
border-left: 5px solid #aaa;
309309
}
310310
}
311311
</style>

0 commit comments

Comments
 (0)