FEAT: Using hugo
This commit is contained in:
17
themes/risotto/static/css/colours.css
Normal file
17
themes/risotto/static/css/colours.css
Normal file
@@ -0,0 +1,17 @@
|
||||
:root {
|
||||
/* Background */
|
||||
--bg: var(--base00);
|
||||
--off-bg: var(--base01);
|
||||
--inner-bg: var(--base02);
|
||||
|
||||
/* Text */
|
||||
--fg: var(--base05);
|
||||
--off-fg: var(--base04);
|
||||
--muted: var(--base03);
|
||||
--link: var(--base0D);
|
||||
--hover: var(--base0C);
|
||||
--highlight: var(--base0A);
|
||||
|
||||
/* Logo */
|
||||
--logo: var(--base0B);
|
||||
}
|
||||
Reference in New Issue
Block a user