diff options
author | Frankie <git@diskfloppy.me> | 2023-12-05 00:24:09 +0000 |
---|---|---|
committer | Frankie <git@diskfloppy.me> | 2023-12-05 00:24:30 +0000 |
commit | 2e4d937c2b4fdcbe8527672f09cc6e7bd7f9133f (patch) | |
tree | 392d37ec154acdb65f4c7c8f285e0bec4a6bb261 | |
parent | de134634273d853101fc6a7645c9976e68c0cc23 (diff) |
Update dirlist css
-rw-r--r-- | public/css/dirlist.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/public/css/dirlist.css b/public/css/dirlist.css index cd9c1d6..40034d5 100644 --- a/public/css/dirlist.css +++ b/public/css/dirlist.css @@ -1,11 +1,4 @@ -:root { - --background: #1c1b22; - --foreground: #dddddd; -} - -html { - color-scheme: dark; -} +@import "colorschemes/catppuccin-macchiato.css"; body { background-color: var(--background); |