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

/* base16-hopscotch.css */
:root {
--black: #322931; /* base00*/
--red: #dd464c; /* base08 */
--green: #8fc13e; /* base0B */
--yellow: #fdcc59; /* base0A */
--blue: #1290bf; /* base0D */
--magenta: #c85e7c; /* base0E */
--cyan: #149b93; /* base0C */
--white: #b9b5b8; /* base05 */
--brblack: #797379; /* base03 */
--brred: #dd464c; /* base08 */
--brgreen: #8fc13e; /* base0B */
--bryellow: #fdcc59; /* base0A */
--brblue: #1290bf; /* base0D */
--brmagenta: #c85e7c; /* base0E */
--brcyan: #149b93; /* base0C */
--brwhite: #ffffff; /* base07 */
}