29 lines
432 B
Sass
29 lines
432 B
Sass
@import '_colors.sass'
|
|
|
|
body:not(.theme),
|
|
body.theme-light,
|
|
body.theme-dark,
|
|
body.theme-black
|
|
#page-list
|
|
background-color: $selection
|
|
|
|
.toc
|
|
background-color: $background
|
|
|
|
.highlight
|
|
color: $foreground
|
|
background-color: $comment
|
|
|
|
.conspicuous
|
|
color: $red
|
|
font-family: sans-serif
|
|
|
|
.date-info
|
|
color: $foreground
|
|
|
|
.article-summary
|
|
border-color: $foreground
|
|
|
|
h2 a
|
|
color: $foreground
|