diff options
author | RoscoeDeWah <roscoe@wah.moe> | 2025-01-16 13:57:12 +0000 |
---|---|---|
committer | RoscoeDeWah <roscoe@wah.moe> | 2025-01-16 13:57:12 +0000 |
commit | cebb14f59cb54b24861a9aef03b9fcbf57465967 (patch) | |
tree | e0ab70bbba4ebb4821fb9a354eef55d30da90558 /public/css/colorschemes/gruvbox.css | |
parent | da992ff1b780bf687ba2093d36c2def943296ec5 (diff) |
Remove *more* unused stuff
Diffstat (limited to 'public/css/colorschemes/gruvbox.css')
-rw-r--r-- | public/css/colorschemes/gruvbox.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/public/css/colorschemes/gruvbox.css b/public/css/colorschemes/gruvbox.css deleted file mode 100644 index 5d02951..0000000 --- a/public/css/colorschemes/gruvbox.css +++ /dev/null @@ -1,13 +0,0 @@ -:root { - --background: #fbf1c7; - --background-secondary: #928374; - --foreground: #3c3836; - --links: #458588; - --warning: #ff7272; - --warning-box-bg: #f64a3c; - --warning-box-border: #c81a11; -} - -html { - color-scheme: light; -} |