Merge branch 'master' into tinymce
Merge branch 'master' into tinymce

File last commit:

d3add6d85bd7
c1cc0a746d24 merge
Show More
megatokyo.scss
27 lines | 334 B | text/x-scss | ScssLexer
/ styles / megatokyo.scss
Make a stripped-down stylesheet for the editor to use.
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;
}