- 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
616 B
CSS
Vendored
19 lines
616 B
CSS
Vendored
/* base16-material-darker.css */
|
|
:root {
|
|
--black: #212121; /* base00*/
|
|
--red: #F07178; /* base08 */
|
|
--green: #C3E88D; /* base0B */
|
|
--yellow: #FFCB6B; /* base0A */
|
|
--blue: #82AAFF; /* base0D */
|
|
--magenta: #C792EA; /* base0E */
|
|
--cyan: #89DDFF; /* base0C */
|
|
--white: #EEFFFF; /* base05 */
|
|
--brblack: #4A4A4A; /* base03 */
|
|
--brred: #F07178; /* base08 */
|
|
--brgreen: #C3E88D; /* base0B */
|
|
--bryellow: #FFCB6B; /* base0A */
|
|
--brblue: #82AAFF; /* base0D */
|
|
--brmagenta: #C792EA; /* base0E */
|
|
--brcyan: #89DDFF; /* base0C */
|
|
--brwhite: #FFFFFF; /* base07 */
|
|
}
|