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

/* base16-atelier-sulphurpool-light.css */
:root {
--black: #f5f7ff; /* base00*/
--red: #c94922; /* base08 */
--green: #ac9739; /* base0B */
--yellow: #c08b30; /* base0A */
--blue: #3d8fd1; /* base0D */
--magenta: #6679cc; /* base0E */
--cyan: #22a2c9; /* base0C */
--white: #5e6687; /* base05 */
--brblack: #898ea4; /* base03 */
--brred: #c94922; /* base08 */
--brgreen: #ac9739; /* base0B */
--bryellow: #c08b30; /* base0A */
--brblue: #3d8fd1; /* base0D */
--brmagenta: #6679cc; /* base0E */
--brcyan: #22a2c9; /* base0C */
--brwhite: #202746; /* base07 */
}