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 @@
/* base16-onedark.css */
:root {
--black: #282c34; /* base00*/
--red: #e06c75; /* base08 */
--green: #98c379; /* base0B */
--yellow: #e5c07b; /* base0A */
--blue: #61afef; /* base0D */
--magenta: #c678dd; /* base0E */
--cyan: #56b6c2; /* base0C */
--white: #abb2bf; /* base05 */
--brblack: #545862; /* base03 */
--brred: #e06c75; /* base08 */
--brgreen: #98c379; /* base0B */
--bryellow: #e5c07b; /* base0A */
--brblue: #61afef; /* base0D */
--brmagenta: #c678dd; /* base0E */
--brcyan: #56b6c2; /* base0C */
--brwhite: #c8ccd4; /* base07 */
}