From 6b905b200c5ebb931607058cfd69bb9fbbf2adae Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 21 Jun 2024 09:47:13 +0200 Subject: [PATCH] Css : fix adminer background --- homepage/static/dark-style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/homepage/static/dark-style.css b/homepage/static/dark-style.css index 43d22b1..2493440 100644 --- a/homepage/static/dark-style.css +++ b/homepage/static/dark-style.css @@ -30,6 +30,7 @@ iframe { height: 85%; width: 100%; position: fixed; + background-color: grey; } body {