make comics link to next page except on latest
make comics link to next page except on latest

File last commit:

9ecc5ebca9fd
99d2560fe7c2
Show More
_palette.scss
18 lines | 315 B | text/x-scss | ScssLexer
/ styles / _palette.scss
Replace hard-coded colors with variables.
r31 @charset "utf-8";
$background: #4C565E;
$foreground: #757B81;
$infobox: #23272B;
$nl-background: #000000;
$comic-background: #FFFFFF;
$percent-border: #556677;
Rename palette entries to be color-agnostic.
r30
$text-normal: #B7BFC7;
$text-accent: #F6B33D;
Replace hard-coded colors with variables.
r31 $text-credits: #E4E4D6;
Rename palette entries to be color-agnostic.
r30
$link-normal: #FF6600;
$link-hover: #EB5252;
$link-visited: #ECECA3;