diff options
Diffstat (limited to 'public/css/dirlist.css')
-rw-r--r-- | public/css/dirlist.css | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/public/css/dirlist.css b/public/css/dirlist.css deleted file mode 100644 index 73d10b9..0000000 --- a/public/css/dirlist.css +++ /dev/null @@ -1,40 +0,0 @@ -@import "colorschemes/catppuccin-macchiato.css"; - -body { - background-color: var(--background); - color: var(--foreground); -} - -img { - image-rendering: pixelated; -} - -a { - color: #99f; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -h1#indextitle { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - margin-bottom: 0; -} - -tr, th, td { - font-family: monospace; - font-size: 12pt; - padding: 0 5px; -} - -address { - font-family: sans-serif; - font-size: 12pt -} - -.description { - font-style: italic; - font-size: 90%; -} |