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
1 changed files with 7 additions and 8 deletions

View File

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