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-atelier-lakeside.css */
:root {
--black: #161b1d; /* base00*/
--red: #d22d72; /* base08 */
--green: #568c3b; /* base0B */
--yellow: #8a8a0f; /* base0A */
--blue: #257fad; /* base0D */
--magenta: #6b6bb8; /* base0E */
--cyan: #2d8f6f; /* base0C */
--white: #7ea2b4; /* base05 */
--brblack: #5a7b8c; /* base03 */
--brred: #d22d72; /* base08 */
--brgreen: #568c3b; /* base0B */
--bryellow: #8a8a0f; /* base0A */
--brblue: #257fad; /* base0D */
--brmagenta: #6b6bb8; /* base0E */
--brcyan: #2d8f6f; /* base0C */
--brwhite: #ebf8ff; /* base07 */
}