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