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-classic-dark.css
vendored
Normal file
19
public/assets/css-orig/colours/base16-classic-dark.css
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* base16-classic-dark.css */
|
||||
:root {
|
||||
--black: #151515; /* base00*/
|
||||
--red: #AC4142; /* base08 */
|
||||
--green: #90A959; /* base0B */
|
||||
--yellow: #F4BF75; /* base0A */
|
||||
--blue: #6A9FB5; /* base0D */
|
||||
--magenta: #AA759F; /* base0E */
|
||||
--cyan: #75B5AA; /* base0C */
|
||||
--white: #D0D0D0; /* base05 */
|
||||
--brblack: #505050; /* base03 */
|
||||
--brred: #AC4142; /* base08 */
|
||||
--brgreen: #90A959; /* base0B */
|
||||
--bryellow: #F4BF75; /* base0A */
|
||||
--brblue: #6A9FB5; /* base0D */
|
||||
--brmagenta: #AA759F; /* base0E */
|
||||
--brcyan: #75B5AA; /* base0C */
|
||||
--brwhite: #F5F5F5; /* base07 */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue