jonnybarnes.uk/public/assets/css-orig/colours/base16-atelier-forest.css
Jonny Barnes 5ef23376be Work so far in refactoring front-end
- 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
2019-07-26 10:40:56 +01:00

19 lines
615 B
CSS
Vendored

/* base16-atelier-forest.css */
:root {
--black: #1b1918; /* base00*/
--red: #f22c40; /* base08 */
--green: #7b9726; /* base0B */
--yellow: #c38418; /* base0A */
--blue: #407ee7; /* base0D */
--magenta: #6666ea; /* base0E */
--cyan: #3d97b8; /* base0C */
--white: #a8a19f; /* base05 */
--brblack: #766e6b; /* base03 */
--brred: #f22c40; /* base08 */
--brgreen: #7b9726; /* base0B */
--bryellow: #c38418; /* base0A */
--brblue: #407ee7; /* base0D */
--brmagenta: #6666ea; /* base0E */
--brcyan: #3d97b8; /* base0C */
--brwhite: #f1efee; /* base07 */
}