web/www/css/manual-dark.css
2022-05-09 15:45:31 -05:00

22 lines
532 B
CSS

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);
}
main.manual *:target aside.number{
color: var(--dark-body-text);
}