diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-09-07 13:29:34 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-09-07 13:30:58 +0200 |
commit | 5d9346999e8e45132596e5940f39c6fd655ddbd9 (patch) | |
tree | f66612f741d6d85129d70fd8fc484f14b2fd2085 | |
parent | e16aefec2c46760a1c78ce55dc82b801ef988689 (diff) | |
download | volse-hubzilla-5d9346999e8e45132596e5940f39c6fd655ddbd9.tar.gz volse-hubzilla-5d9346999e8e45132596e5940f39c6fd655ddbd9.tar.bz2 volse-hubzilla-5d9346999e8e45132596e5940f39c6fd655ddbd9.zip |
redbasic: Use body background color for colorboxes.
Typically (only?) used by the "view source" function.
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b20977f28..2805ed718 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -608,7 +608,7 @@ nav .acpopup { padding: 3px; border: 0px solid var(--bs-border-color); border-radius: var(--bs-border-radius); - background-color: #fff; + background-color: var(--bs-body-bg); z-index: 1052; } |