kineto: fix formatting in style.css

This commit is contained in:
John Bowdre 2024-03-23 16:57:48 -05:00
parent e57094b271
commit 85e5a56bdc

View file

@ -73,24 +73,24 @@ dl dt:not(:first-child) {
@media(prefers-color-scheme:dark) { @media(prefers-color-scheme:dark) {
html { html {
background-color: #111; background-color: #111;
color: #eee; color: #eee;
} }
blockquote { blockquote {
background-color: #000; background-color: #000;
} }
pre { pre {
background-color: #222; background-color: #222;
} }
a { a {
color: #0087BD; color: #0087BD;
} }
a:visited { a:visited {
color: #006ebd; color: #006ebd;
} }
} }
@ -113,5 +113,4 @@ input:focus {
outline: 0; outline: 0;
border-color: #80bdff; border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
} }