diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-05-25 12:25:13 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-05-25 12:25:13 +0200 |
commit | 1846ed75bfff1f187472856525bbcf09fe46ff08 (patch) | |
tree | 53d5945c3a558d274a31b3cb8380927dc22c81ba /view | |
parent | 0a6bb06f86756560643f9afe4df9843eeec40fbf (diff) | |
download | volse-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')
-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 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 { |