diff options
author | Frankie B <git@diskfloppy.me> | 2023-08-25 19:45:04 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-08-25 19:45:04 +0100 |
commit | 6c245518e8148fa2509fc84db75939571012d4bb (patch) | |
tree | c3eedd2f7a55260e82e99d2b8fda3af7523f0b26 /public/css/master.css | |
parent | c44d47f7ea7468487fffa1a62d2e52c247e7b738 (diff) |
Fix root namespace in master.css, add dirlist.css
Diffstat (limited to 'public/css/master.css')
-rw-r--r-- | public/css/master.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/master.css b/public/css/master.css index 8f809bd..00d1fa9 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -1,5 +1,5 @@ -root { - --background: #181818; +:root { + --background: #1c1b22; --foreground: #dddddd; } |