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

/* base16-bright.css */
:root {
--black: #000000; /* base00*/
--red: #fb0120; /* base08 */
--green: #a1c659; /* base0B */
--yellow: #fda331; /* base0A */
--blue: #6fb3d2; /* base0D */
--magenta: #d381c3; /* base0E */
--cyan: #76c7b7; /* base0C */
--white: #e0e0e0; /* base05 */
--brblack: #b0b0b0; /* base03 */
--brred: #fb0120; /* base08 */
--brgreen: #a1c659; /* base0B */
--bryellow: #fda331; /* base0A */
--brblue: #6fb3d2; /* base0D */
--brmagenta: #d381c3; /* base0E */
--brcyan: #76c7b7; /* base0C */
--brwhite: #ffffff; /* base07 */
}