diff options
| author | Paul-Christian Volkmer | 2024-03-25 17:27:08 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-03-25 17:27:08 +0100 |
| commit | 0f144568e398b2b01ba6d01255586842162bded1 (patch) | |
| tree | 3fa889d72da8ad483e7d032cf66c9694f1a64035 /src/main | |
| parent | 056a0870657a0b4b9ff6d968efed54118fb8a569 (diff) | |
style: change tab content background to white
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/static/style.css | 1 |
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 { |
