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:
parent
30f9b0f557
commit
5ef23376be
135 changed files with 7461 additions and 100 deletions
19
public/assets/css-orig/colours/base16-materia.css
vendored
Normal file
19
public/assets/css-orig/colours/base16-materia.css
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* base16-materia.css */
|
||||
:root {
|
||||
--black: #263238; /* base00*/
|
||||
--red: #EC5F67; /* base08 */
|
||||
--green: #8BD649; /* base0B */
|
||||
--yellow: #FFCC00; /* base0A */
|
||||
--blue: #89DDFF; /* base0D */
|
||||
--magenta: #82AAFF; /* base0E */
|
||||
--cyan: #80CBC4; /* base0C */
|
||||
--white: #CDD3DE; /* base05 */
|
||||
--brblack: #707880; /* base03 */
|
||||
--brred: #EC5F67; /* base08 */
|
||||
--brgreen: #8BD649; /* base0B */
|
||||
--bryellow: #FFCC00; /* base0A */
|
||||
--brblue: #89DDFF; /* base0D */
|
||||
--brmagenta: #82AAFF; /* base0E */
|
||||
--brcyan: #80CBC4; /* base0C */
|
||||
--brwhite: #FFFFFF; /* base07 */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue