aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-05-25 12:25:13 +0200
committerHarald Eilertsen <haraldei@anduin.net>2024-05-25 12:25:13 +0200
commit1846ed75bfff1f187472856525bbcf09fe46ff08 (patch)
tree53d5945c3a558d274a31b3cb8380927dc22c81ba /view/theme
parent0a6bb06f86756560643f9afe4df9843eeec40fbf (diff)
downloadvolse-hubzilla-1846ed75bfff1f187472856525bbcf09fe46ff08.tar.gz
volse-hubzilla-1846ed75bfff1f187472856525bbcf09fe46ff08.tar.bz2
volse-hubzilla-1846ed75bfff1f187472856525bbcf09fe46ff08.zip
Minor style update for the `.abook-self` CSS class.
It was hardcoded to a blindingly white, which did not work too well with the white text in dark mode. Use a proper bootstrap var, so it follows the prefered color scheme instead.
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 b7d2db63d..0fc158108 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1083,7 +1083,7 @@ img.mail-conv-sender-photo {
}
.abook-self {
- background-color: #ffdddd;
+ background-color: var(--bs-light-bg-subtle);
}
.abook-pending-contact, .abook-permschange {