- 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
613 B
CSS
Vendored
19 lines
613 B
CSS
Vendored
/* base16-atelier-dune.css */
|
|
:root {
|
|
--black: #20201d; /* base00*/
|
|
--red: #d73737; /* base08 */
|
|
--green: #60ac39; /* base0B */
|
|
--yellow: #ae9513; /* base0A */
|
|
--blue: #6684e1; /* base0D */
|
|
--magenta: #b854d4; /* base0E */
|
|
--cyan: #1fad83; /* base0C */
|
|
--white: #a6a28c; /* base05 */
|
|
--brblack: #7d7a68; /* base03 */
|
|
--brred: #d73737; /* base08 */
|
|
--brgreen: #60ac39; /* base0B */
|
|
--bryellow: #ae9513; /* base0A */
|
|
--brblue: #6684e1; /* base0D */
|
|
--brmagenta: #b854d4; /* base0E */
|
|
--brcyan: #1fad83; /* base0C */
|
|
--brwhite: #fefbec; /* base07 */
|
|
}
|