Import fonts sheet, fix a couple validation errors.
Import fonts sheet, fix a couple validation errors.

File last commit:

9ecc5ebca9fd
14787ee7d95c
Show More
archive.scss
27 lines | 349 B | text/x-scss | ScssLexer
/ styles / archive.scss
Replace hard-coded colors with variables.
r31 @charset "utf-8";
@import "palette";
Add root-directory files.
r2 .content ol {
padding: 1ex 3em;
Replace hard-coded colors with variables.
r31 background-color: $foreground;
margin: 0;
Add root-directory files.
r2 }
.content ul {
list-style-type: none;
padding: 1ex 2em;
Replace hard-coded colors with variables.
r31 background-color: $foreground;
margin: 0;
}
.content a {
color: $text-accent;
Add root-directory files.
r2 }
Replace hard-coded colors with variables.
r31 .content a:visited {
color: $link-visited;
}
.content a:hover {
color: $link-hover;
}