Update dirlist css

This commit is contained in:
floppydiskette 2023-12-05 00:24:09 +00:00
parent de13463427
commit 2e4d937c2b
No known key found for this signature in database

View file

@ -1,11 +1,4 @@
:root {
--background: #1c1b22;
--foreground: #dddddd;
}
html {
color-scheme: dark;
}
@import "colorschemes/catppuccin-macchiato.css";
body {
background-color: var(--background);