diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-11-09 11:27:13 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-11-09 11:27:13 +0100 |
commit | 8dbebc2b426ac3a27d2476acb6ccc2f353f4212a (patch) | |
tree | eb9ae2fd0406638ef39216e78bbb7968e7782268 /view | |
parent | a0c54c5f04ba7f27cf667ba372ea86e23a331d07 (diff) | |
download | volse-hubzilla-8dbebc2b426ac3a27d2476acb6ccc2f353f4212a.tar.gz volse-hubzilla-8dbebc2b426ac3a27d2476acb6ccc2f353f4212a.tar.bz2 volse-hubzilla-8dbebc2b426ac3a27d2476acb6ccc2f353f4212a.zip |
update border color
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 9790fd694..85f5939f8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1144,7 +1144,7 @@ a .drop-icons:hover { .generic-content-wrapper { background-color: var(--bs-body-bg); - border: 1px solid var(--bs-border-color); + border: 1px solid var(--bs-light-border-subtle); border-radius: var(--bs-border-radius); margin-bottom: 1.5rem; font-size: 1.1rem; |