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

@ -1,19 +0,0 @@
/* solarized-light.css */
:root {
--black: #073642;
--red: #dc322f;
--green: #859900;
--yellow: #b58900;
--blue: #268bd2;
--magenta: #d33682;
--cyan: #2aa198;
--white: #eee85d;
--brblack: #002b36;
--brred: #cb4b16;
--brgreen: #586e75;
--bryellow: #657b83;
--brblue: #839496;
--brmagenta: #6c71c4;
--brcyan: #93a1a1;
--brwhite: #fdf6e3;
}