- 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
615 B
CSS
Vendored
19 lines
615 B
CSS
Vendored
/* base16-tomorrow-night.css */
|
|
:root {
|
|
--black: #1d1f21; /* base00*/
|
|
--red: #cc6666; /* base08 */
|
|
--green: #b5bd68; /* base0B */
|
|
--yellow: #f0c674; /* base0A */
|
|
--blue: #81a2be; /* base0D */
|
|
--magenta: #b294bb; /* base0E */
|
|
--cyan: #8abeb7; /* base0C */
|
|
--white: #c5c8c6; /* base05 */
|
|
--brblack: #969896; /* base03 */
|
|
--brred: #cc6666; /* base08 */
|
|
--brgreen: #b5bd68; /* base0B */
|
|
--bryellow: #f0c674; /* base0A */
|
|
--brblue: #81a2be; /* base0D */
|
|
--brmagenta: #b294bb; /* base0E */
|
|
--brcyan: #8abeb7; /* base0C */
|
|
--brwhite: #ffffff; /* base07 */
|
|
}
|