diff options
Diffstat (limited to 'static/styles/risotto/colours.css')
| -rw-r--r-- | static/styles/risotto/colours.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/static/styles/risotto/colours.css b/static/styles/risotto/colours.css new file mode 100644 index 00000000..43269856 --- /dev/null +++ b/static/styles/risotto/colours.css @@ -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); +} |