Fix empty SQL error when editing transcripts.
Fix empty SQL error when editing transcripts.

File last commit:

7aaf85335b97
ffd74ed9508d
Show More
megatokyo.scss
33 lines | 414 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;
}
.spoiler {
color: red;
border: 1px dotted $text-accent;
border-top: none;
}