aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-09-07 13:29:34 +0200
committerHarald Eilertsen <haraldei@anduin.net>2023-09-07 13:30:58 +0200
commit5d9346999e8e45132596e5940f39c6fd655ddbd9 (patch)
treef66612f741d6d85129d70fd8fc484f14b2fd2085 /view/theme
parente16aefec2c46760a1c78ce55dc82b801ef988689 (diff)
downloadvolse-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.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css2
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;
}