mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
22 lines
532 B
CSS
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);
|
|
}
|