Configure the new TinyMCE to have almost the same buttons as the old one.
Configure the new TinyMCE to have almost the same buttons as the old one.

File last commit:

d3add6d85bd7
3cf3f8fd35f8
Show More
megatokyo.scss
27 lines | 334 B | text/x-scss | ScssLexer
/ styles / megatokyo.scss
@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;
}