- Mainly getting rid of existing css/js - No longer linking to stuff like a11y.css - Creating a FrontPageController to better deal with the home page
19 lines
609 B
CSS
Vendored
19 lines
609 B
CSS
Vendored
/* base16-twilight.css */
|
|
:root {
|
|
--black: #1e1e1e; /* base00*/
|
|
--red: #cf6a4c; /* base08 */
|
|
--green: #8f9d6a; /* base0B */
|
|
--yellow: #f9ee98; /* base0A */
|
|
--blue: #7587a6; /* base0D */
|
|
--magenta: #9b859d; /* base0E */
|
|
--cyan: #afc4db; /* base0C */
|
|
--white: #a7a7a7; /* base05 */
|
|
--brblack: #5f5a60; /* base03 */
|
|
--brred: #cf6a4c; /* base08 */
|
|
--brgreen: #8f9d6a; /* base0B */
|
|
--bryellow: #f9ee98; /* base0A */
|
|
--brblue: #7587a6; /* base0D */
|
|
--brmagenta: #9b859d; /* base0E */
|
|
--brcyan: #afc4db; /* base0C */
|
|
--brwhite: #ffffff; /* base07 */
|
|
}
|