Modo oscuro
This commit is contained in:
parent
a879027c81
commit
fa55d4a140
1 changed files with 17 additions and 1 deletions
18
drip.css
18
drip.css
|
@ -19,7 +19,23 @@ pre {
|
|||
}
|
||||
|
||||
blockquote {
|
||||
border-left: solid 3px black;
|
||||
border-left: solid 3px;
|
||||
margin: auto .5em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: black;
|
||||
color: #eee;
|
||||
}
|
||||
abbr {
|
||||
color: lightgray;
|
||||
}
|
||||
a {
|
||||
color: gold;
|
||||
}
|
||||
a:visited {
|
||||
color: #ff9;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue