10 lines
196 B
SCSS
10 lines
196 B
SCSS
|
// Hopefully this combination is only ever used in the docs
|
||
|
.date-info.text-secondary.text-small {
|
||
|
color: $foreground;
|
||
|
}
|
||
|
|
||
|
.toc {
|
||
|
border: 1px solid $comment;
|
||
|
background-color: $background;
|
||
|
}
|