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

/* base16-material-darker.css */
:root {
--black: #212121; /* base00*/
--red: #F07178; /* base08 */
--green: #C3E88D; /* base0B */
--yellow: #FFCB6B; /* base0A */
--blue: #82AAFF; /* base0D */
--magenta: #C792EA; /* base0E */
--cyan: #89DDFF; /* base0C */
--white: #EEFFFF; /* base05 */
--brblack: #4A4A4A; /* base03 */
--brred: #F07178; /* base08 */
--brgreen: #C3E88D; /* base0B */
--bryellow: #FFCB6B; /* base0A */
--brblue: #82AAFF; /* base0D */
--brmagenta: #C792EA; /* base0E */
--brcyan: #89DDFF; /* base0C */
--brwhite: #FFFFFF; /* base07 */
}