- 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
620 B
CSS
Vendored
19 lines
620 B
CSS
Vendored
/* base16-atelier-heath-light.css */
|
|
:root {
|
|
--black: #f7f3f7; /* base00*/
|
|
--red: #ca402b; /* base08 */
|
|
--green: #918b3b; /* base0B */
|
|
--yellow: #bb8a35; /* base0A */
|
|
--blue: #516aec; /* base0D */
|
|
--magenta: #7b59c0; /* base0E */
|
|
--cyan: #159393; /* base0C */
|
|
--white: #695d69; /* base05 */
|
|
--brblack: #9e8f9e; /* base03 */
|
|
--brred: #ca402b; /* base08 */
|
|
--brgreen: #918b3b; /* base0B */
|
|
--bryellow: #bb8a35; /* base0A */
|
|
--brblue: #516aec; /* base0D */
|
|
--brmagenta: #7b59c0; /* base0E */
|
|
--brcyan: #159393; /* base0C */
|
|
--brwhite: #1b181b; /* base07 */
|
|
}
|