From cebb14f59cb54b24861a9aef03b9fcbf57465967 Mon Sep 17 00:00:00 2001 From: RoscoeDeWah Date: Thu, 16 Jan 2025 13:57:12 +0000 Subject: Remove *more* unused stuff --- public/css/dirlist.css | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'public/css/dirlist.css') diff --git a/public/css/dirlist.css b/public/css/dirlist.css index 0737c0e..8b8fe39 100644 --- a/public/css/dirlist.css +++ b/public/css/dirlist.css @@ -1,20 +1,6 @@ -:root { - --background: #f2efbd; - --background-dim: hsl(57, 85%, 85%); - --foreground: #2a271c; - --border-color: #f27405; - --border: var(--border-color) 2px solid; - --shadow-color: hsla(11, 96%, 43%, 0.4); - --shadow: drop-shadow(8px 8px var(--shadow-color)); - --shadow-small: drop-shadow(3px 3px var(--shadow-color)); - --links: hsl(183, 93%, 27%); - --links-hover: hsl(183, 93%, 15%); - --table-header: hsla(11, 96%, 43%, 0.2); -} - body { - background-color: var(--background); - color: var(--foreground); + background-color: #f2efbd; + color: #2a271c; margin: 20px; } @@ -23,12 +9,12 @@ img { } a { - color: var(--links); + color: hsl(183, 93%, 27%); text-decoration: underline dotted; } a:hover { - color: var(--links-hover); + color: hsl(183, 93%, 15%); text-decoration: underline solid; } -- cgit v1.2.3-54-g00ecf