summaryrefslogtreecommitdiff
path: root/src/main/resources/static/style.css
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2024-03-25 17:27:08 +0100
committerPaul-Christian Volkmer2024-03-25 17:27:08 +0100
commit0f144568e398b2b01ba6d01255586842162bded1 (patch)
tree3fa889d72da8ad483e7d032cf66c9694f1a64035 /src/main/resources/static/style.css
parent056a0870657a0b4b9ff6d968efed54118fb8a569 (diff)
style: change tab content background to white
Diffstat (limited to 'src/main/resources/static/style.css')
-rw-r--r--src/main/resources/static/style.css1
1 files changed, 1 insertions, 0 deletions
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 {