jonnybarnes.uk/public/assets/css-orig/colours/base16-atelier-cave.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
613 B
CSS
Vendored

/* base16-atelier-cave.css */
:root {
--black: #19171c; /* base00*/
--red: #be4678; /* base08 */
--green: #2a9292; /* base0B */
--yellow: #a06e3b; /* base0A */
--blue: #576ddb; /* base0D */
--magenta: #955ae7; /* base0E */
--cyan: #398bc6; /* base0C */
--white: #8b8792; /* base05 */
--brblack: #655f6d; /* base03 */
--brred: #be4678; /* base08 */
--brgreen: #2a9292; /* base0B */
--bryellow: #a06e3b; /* base0A */
--brblue: #576ddb; /* base0D */
--brmagenta: #955ae7; /* base0E */
--brcyan: #398bc6; /* base0C */
--brwhite: #efecf4; /* base07 */
}