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

/* base16-cupcake.css */
:root {
--black: #fbf1f2; /* base00*/
--red: #D57E85; /* base08 */
--green: #A3B367; /* base0B */
--yellow: #DCB16C; /* base0A */
--blue: #7297B9; /* base0D */
--magenta: #BB99B4; /* base0E */
--cyan: #69A9A7; /* base0C */
--white: #8b8198; /* base05 */
--brblack: #bfb9c6; /* base03 */
--brred: #D57E85; /* base08 */
--brgreen: #A3B367; /* base0B */
--bryellow: #DCB16C; /* base0A */
--brblue: #7297B9; /* base0D */
--brmagenta: #BB99B4; /* base0E */
--brcyan: #69A9A7; /* base0C */
--brwhite: #585062; /* base07 */
}