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-marrakesh.css */
:root {
--black: #201602; /* base00*/
--red: #c35359; /* base08 */
--green: #18974e; /* base0B */
--yellow: #a88339; /* base0A */
--blue: #477ca1; /* base0D */
--magenta: #8868b3; /* base0E */
--cyan: #75a738; /* base0C */
--white: #948e48; /* base05 */
--brblack: #6c6823; /* base03 */
--brred: #c35359; /* base08 */
--brgreen: #18974e; /* base0B */
--bryellow: #a88339; /* base0A */
--brblue: #477ca1; /* base0D */
--brmagenta: #8868b3; /* base0E */
--brcyan: #75a738; /* base0C */
--brwhite: #faf0a5; /* base07 */
}