Fix root namespace in master.css, add dirlist.css

This commit is contained in:
Frankie B 2023-08-25 19:45:04 +01:00
commit 0655a95967
2 changed files with 40 additions and 2 deletions

View file

@ -1,5 +1,5 @@
root {
--background: #181818;
:root {
--background: #1c1b22;
--foreground: #dddddd;
}