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-darktooth.css */
:root {
--black: #1D2021; /* base00*/
--red: #FB543F; /* base08 */
--green: #95C085; /* base0B */
--yellow: #FAC03B; /* base0A */
--blue: #0D6678; /* base0D */
--magenta: #8F4673; /* base0E */
--cyan: #8BA59B; /* base0C */
--white: #A89984; /* base05 */
--brblack: #665C54; /* base03 */
--brred: #FB543F; /* base08 */
--brgreen: #95C085; /* base0B */
--bryellow: #FAC03B; /* base0A */
--brblue: #0D6678; /* base0D */
--brmagenta: #8F4673; /* base0E */
--brcyan: #8BA59B; /* base0C */
--brwhite: #FDF4C1; /* base07 */
}