archive.scss
27 lines
| 349 B
| text/x-scss
|
ScssLexer
/ styles / archive.scss
| r31 | @charset "utf-8"; | |||
| @import "palette"; | ||||
| r2 | .content ol { | |||
| padding: 1ex 3em; | ||||
| r31 | background-color: $foreground; | |||
| margin: 0; | ||||
| r2 | } | |||
| .content ul { | ||||
| list-style-type: none; | ||||
| padding: 1ex 2em; | ||||
| r31 | background-color: $foreground; | |||
| margin: 0; | ||||
| } | ||||
| .content a { | ||||
| color: $text-accent; | ||||
| r2 | } | |||
| r31 | .content a:visited { | |||
| color: $link-visited; | ||||
| } | ||||
| .content a:hover { | ||||
| color: $link-hover; | ||||
| } | ||||
