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

File last commit:

9ecc5ebca9fd
14787ee7d95c
Show More
support.scss
22 lines | 284 B | text/x-scss | ScssLexer
@charset "utf-8";
@import "palette";
#inner {
// Satisfy internal floated elements
overflow: hidden;
height: 100%;
border: none;
margin: 0 1em;
}
#inner img
{
display: block;
margin-left: auto;
margin-right: auto;
}
#inner h3
{
color: $text-accent;
}