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-pico.css
vendored
Normal file
19
public/assets/css-orig/colours/base16-pico.css
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* base16-pico.css */
|
||||
:root {
|
||||
--black: #000000; /* base00*/
|
||||
--red: #ff004d; /* base08 */
|
||||
--green: #00e756; /* base0B */
|
||||
--yellow: #fff024; /* base0A */
|
||||
--blue: #83769c; /* base0D */
|
||||
--magenta: #ff77a8; /* base0E */
|
||||
--cyan: #29adff; /* base0C */
|
||||
--white: #5f574f; /* base05 */
|
||||
--brblack: #008751; /* base03 */
|
||||
--brred: #ff004d; /* base08 */
|
||||
--brgreen: #00e756; /* base0B */
|
||||
--bryellow: #fff024; /* base0A */
|
||||
--brblue: #83769c; /* base0D */
|
||||
--brmagenta: #ff77a8; /* base0E */
|
||||
--brcyan: #29adff; /* base0C */
|
||||
--brwhite: #fff1e8; /* base07 */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue