- 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
19 lines
614 B
CSS
Vendored
19 lines
614 B
CSS
Vendored
/* base16-harmonic-dark.css */
|
|
:root {
|
|
--black: #0b1c2c; /* base00*/
|
|
--red: #bf8b56; /* base08 */
|
|
--green: #56bf8b; /* base0B */
|
|
--yellow: #8bbf56; /* base0A */
|
|
--blue: #8b56bf; /* base0D */
|
|
--magenta: #bf568b; /* base0E */
|
|
--cyan: #568bbf; /* base0C */
|
|
--white: #cbd6e2; /* base05 */
|
|
--brblack: #627e99; /* base03 */
|
|
--brred: #bf8b56; /* base08 */
|
|
--brgreen: #56bf8b; /* base0B */
|
|
--bryellow: #8bbf56; /* base0A */
|
|
--brblue: #8b56bf; /* base0D */
|
|
--brmagenta: #bf568b; /* base0E */
|
|
--brcyan: #568bbf; /* base0C */
|
|
--brwhite: #f7f9fb; /* base07 */
|
|
}
|