megatokyo.scss
27 lines
| 334 B
| text/x-scss
|
ScssLexer
/ styles / megatokyo.scss
| r15 | @charset "utf-8"; | |||
| @import "fonts"; | ||||
| @import "palette"; | ||||
| body { | ||||
| background-color: $infobox; | ||||
| font-size: 0.8em; | ||||
| font-family: $font-stack; | ||||
| color: $text-normal; | ||||
| } | ||||
| a { | ||||
| text-decoration: none; | ||||
| color: $link-normal; | ||||
| &:visited { | ||||
| color: $link-visited; | ||||
| } | ||||
| &:hover { | ||||
| color: $link-hover; | ||||
| } | ||||
| } | ||||
| h3, h4, h5, h6 { | ||||
| color: $text-accent; | ||||
| } | ||||
