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-3024.css
vendored
Normal file
19
public/assets/css-orig/colours/base16-3024.css
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* base16-3024.css */
|
||||
:root {
|
||||
--black: #090300; /* base00*/
|
||||
--red: #db2d20; /* base08 */
|
||||
--green: #01a252; /* base0B */
|
||||
--yellow: #fded02; /* base0A */
|
||||
--blue: #01a0e4; /* base0D */
|
||||
--magenta: #a16a94; /* base0E */
|
||||
--cyan: #b5e4f4; /* base0C */
|
||||
--white: #a5a2a2; /* base05 */
|
||||
--brblack: #5c5855; /* base03 */
|
||||
--brred: #db2d20; /* base08 */
|
||||
--brgreen: #01a252; /* base0B */
|
||||
--bryellow: #fded02; /* base0A */
|
||||
--brblue: #01a0e4; /* base0D */
|
||||
--brmagenta: #a16a94; /* base0E */
|
||||
--brcyan: #b5e4f4; /* base0C */
|
||||
--brwhite: #f7f7f7; /* base07 */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue