web/www/css/manual-dark.css
2021-01-10 19:03:47 -06:00

17 lines
442 B
CSS

@media(prefers-color-scheme: dark){
blockquote,
figure.text{
background: rgba(0,0,0,.25);
}
code.terminal{
background-color: var(--light-body-text);
}
.manual > article > section > section[id] > ol ol > li aside.number::after,
.manual > article > section > section[id] section > ol > li aside.number::after,
.manual > article > section > section[id] section > aside.number::after{
border-color: rgba(255, 255, 255, .5);
}
}