From: Jakub Vrana Date: Sun, 6 Apr 2025 15:12:36 +0000 (+0200) Subject: CSS: Fix typo X-Git-Tag: v5.2.0~39 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=de95807eaf4664b147534cc4fe23fb0f010d6980;p=adminer.git CSS: Fix typo --- diff --git a/adminer/static/default.css b/adminer/static/default.css index 7023cb53..c10ff401 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -3,7 +3,7 @@ html { --bg: #fff; --fg: #000; - --dim: var(--dim); + --dim: #eee; } body { color: var(--fg); background: var(--bg); font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; min-width: fit-content; }