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

/* base16-pop.css */
:root {
--black: #000000; /* base00*/
--red: #eb008a; /* base08 */
--green: #37b349; /* base0B */
--yellow: #f8ca12; /* base0A */
--blue: #0e5a94; /* base0D */
--magenta: #b31e8d; /* base0E */
--cyan: #00aabb; /* base0C */
--white: #d0d0d0; /* base05 */
--brblack: #505050; /* base03 */
--brred: #eb008a; /* base08 */
--brgreen: #37b349; /* base0B */
--bryellow: #f8ca12; /* base0A */
--brblue: #0e5a94; /* base0D */
--brmagenta: #b31e8d; /* base0E */
--brcyan: #00aabb; /* base0C */
--brwhite: #ffffff; /* base07 */
}