This commit is contained in:
parent
d4a4b7eb6a
commit
6e22035eae
1 changed files with 9 additions and 4 deletions
13
drip.css
13
drip.css
|
@ -57,6 +57,14 @@ li {
|
|||
padding: 0 0.2rem;
|
||||
}
|
||||
|
||||
a {
|
||||
background: #e7e7e7;
|
||||
padding: .0em .35em;
|
||||
border-radius: .4rem;
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
--background: black;
|
||||
|
@ -66,10 +74,7 @@ li {
|
|||
color: lightgray;
|
||||
}
|
||||
a {
|
||||
color: gold;
|
||||
}
|
||||
a:visited {
|
||||
color: #ff9;
|
||||
background: #171717;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue