From 6c245518e8148fa2509fc84db75939571012d4bb Mon Sep 17 00:00:00 2001
From: Frankie B <git@diskfloppy.me>
Date: Fri, 25 Aug 2023 19:45:04 +0100
Subject: Fix root namespace in master.css, add dirlist.css

---
 public/css/master.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'public/css/master.css')

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;
 }
 
-- 
cgit v1.2.3-54-g00ecf