From de95807eaf4664b147534cc4fe23fb0f010d6980 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 6 Apr 2025 17:12:36 +0200 Subject: [PATCH] CSS: Fix typo --- adminer/static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }