Merge pull request #10 from mt-site admin-update...
Merge pull request #10 from mt-site admin-update Update admin to include the edit-page changes.

File last commit:

3e13274f606b
56dcdfabd68b merge
Show More
archive.scss
30 lines | 317 B | text/x-scss | ScssLexer
@charset "utf-8";
@import "palette";
.content {
ol, ul {
background-color: $foreground;
margin: 0;
}
ol {
padding: 1ex 3em;
}
ul {
list-style-type: none;
padding: 1ex 2em;
}
a {
color: $text-accent;
&:visited {
color: $link-visited;
}
&:hover {
color: $link-hover;
}
}
}