drip.css: darle un fondo a las listas
This commit is contained in:
parent
18905c42a0
commit
fdd207b9e2
1 changed files with 9 additions and 1 deletions
10
drip.css
10
drip.css
|
@ -20,10 +20,15 @@ pre {
|
|||
|
||||
blockquote {
|
||||
border-left: solid 3px;
|
||||
margin: auto .5em;
|
||||
margin: auto 0.5em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
ul {
|
||||
background: rgba(0, 0, 255, 0.05);
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: black;
|
||||
|
@ -38,4 +43,7 @@ blockquote {
|
|||
a:visited {
|
||||
color: #ff9;
|
||||
}
|
||||
ul {
|
||||
background: rgba(255, 0, 0, 0.2);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue