mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-12 17:52:18 +00:00
kineto: fix formatting in style.css
This commit is contained in:
parent
e57094b271
commit
85e5a56bdc
1 changed files with 7 additions and 8 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue