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

/* base16-google-dark.css */
:root {
--black: #1d1f21; /* base00*/
--red: #CC342B; /* base08 */
--green: #198844; /* base0B */
--yellow: #FBA922; /* base0A */
--blue: #3971ED; /* base0D */
--magenta: #A36AC7; /* base0E */
--cyan: #3971ED; /* base0C */
--white: #c5c8c6; /* base05 */
--brblack: #969896; /* base03 */
--brred: #CC342B; /* base08 */
--brgreen: #198844; /* base0B */
--bryellow: #FBA922; /* base0A */
--brblue: #3971ED; /* base0D */
--brmagenta: #A36AC7; /* base0E */
--brcyan: #3971ED; /* base0C */
--brwhite: #ffffff; /* base07 */
}