From 0f144568e398b2b01ba6d01255586842162bded1 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 25 Mar 2024 17:27:08 +0100 Subject: [PATCH] style: change tab content background to white --- src/main/resources/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index 1dd68ed..f6a916e 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -651,6 +651,7 @@ input.inline:focus-visible { border-radius: 0 .5em .5em .5em; display: none; padding: 1em; + background: white; } .tabcontent.active {