2018-06-15 12:41:58 +00:00
|
|
|
@import '_colors.sass'
|
|
|
|
|
2018-06-24 12:13:59 +00:00
|
|
|
body:not(.theme),
|
|
|
|
body.theme-light,
|
|
|
|
body.theme-dark,
|
|
|
|
body.theme-black
|
|
|
|
#page-list
|
|
|
|
background-color: $selection
|
2018-06-15 12:41:58 +00:00
|
|
|
|
2018-06-24 12:13:59 +00:00
|
|
|
.toc
|
|
|
|
background-color: $background
|
2018-06-15 12:41:58 +00:00
|
|
|
|
2018-06-24 12:13:59 +00:00
|
|
|
.highlight
|
|
|
|
color: $foreground
|
|
|
|
background-color: $comment
|
2018-06-15 12:41:58 +00:00
|
|
|
|
2018-06-24 12:13:59 +00:00
|
|
|
.conspicuous
|
|
|
|
color: $red
|
|
|
|
font-family: sans-serif
|
2018-06-15 12:41:58 +00:00
|
|
|
|
2018-06-24 12:13:59 +00:00
|
|
|
.date-info
|
|
|
|
color: $foreground
|
|
|
|
|
|
|
|
.article-summary
|
|
|
|
border-color: $foreground
|
|
|
|
|
|
|
|
h2 a
|
|
|
|
color: $foreground
|