new forge migration
This commit is contained in:
parent
45b941f327
commit
22a1036e86
422 changed files with 5786 additions and 2 deletions
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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue