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
@charset "utf-8";
@import "palette";
.content ol {
padding: 1ex 3em;
background-color: $foreground;
margin: 0;
}
.content ul {
list-style-type: none;
padding: 1ex 2em;
background-color: $foreground;
margin: 0;
}
.content a {
color: $text-accent;
}
.content a:visited {
color: $link-visited;
}
.content a:hover {
color: $link-hover;
}