web/www/css/manual-dark.css

20 lines
516 B
CSS

@media(prefers-color-scheme: dark){
main.manual.outdated{
background: url('/images/outdated-dark.svg');
}
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);
}
}