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
This commit is contained in:
Jonny Barnes 2019-07-26 10:40:56 +01:00
parent 30f9b0f557
commit 5ef23376be
135 changed files with 7461 additions and 100 deletions

View file

@ -0,0 +1,19 @@
/* base16-harmonic-light.css */
:root {
--black: #f7f9fb; /* base00*/
--red: #bf8b56; /* base08 */
--green: #56bf8b; /* base0B */
--yellow: #8bbf56; /* base0A */
--blue: #8b56bf; /* base0D */
--magenta: #bf568b; /* base0E */
--cyan: #568bbf; /* base0C */
--white: #405c79; /* base05 */
--brblack: #aabcce; /* base03 */
--brred: #bf8b56; /* base08 */
--brgreen: #56bf8b; /* base0B */
--bryellow: #8bbf56; /* base0A */
--brblue: #8b56bf; /* base0D */
--brmagenta: #bf568b; /* base0E */
--brcyan: #568bbf; /* base0C */
--brwhite: #0b1c2c; /* base07 */
}