- 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
610 B
CSS
Vendored
19 lines
610 B
CSS
Vendored
/* base16-marrakesh.css */
|
|
:root {
|
|
--black: #201602; /* base00*/
|
|
--red: #c35359; /* base08 */
|
|
--green: #18974e; /* base0B */
|
|
--yellow: #a88339; /* base0A */
|
|
--blue: #477ca1; /* base0D */
|
|
--magenta: #8868b3; /* base0E */
|
|
--cyan: #75a738; /* base0C */
|
|
--white: #948e48; /* base05 */
|
|
--brblack: #6c6823; /* base03 */
|
|
--brred: #c35359; /* base08 */
|
|
--brgreen: #18974e; /* base0B */
|
|
--bryellow: #a88339; /* base0A */
|
|
--brblue: #477ca1; /* base0D */
|
|
--brmagenta: #8868b3; /* base0E */
|
|
--brcyan: #75a738; /* base0C */
|
|
--brwhite: #faf0a5; /* base07 */
|
|
}
|