diff options
author | Mario <mario@mariovavti.com> | 2022-08-20 11:23:46 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-08-20 11:23:46 +0000 |
commit | fedf60a32c36ab902f25d7a0dc7088b8d9c31bbd (patch) | |
tree | 5078bdc100255ac5c66adede77385bf66e0f2b32 /view/theme/redbasic/schema | |
parent | b3548fefc18e3306967b666a4292b9a3457701c3 (diff) | |
download | volse-hubzilla-fedf60a32c36ab902f25d7a0dc7088b8d9c31bbd.tar.gz volse-hubzilla-fedf60a32c36ab902f25d7a0dc7088b8d9c31bbd.tar.bz2 volse-hubzilla-fedf60a32c36ab902f25d7a0dc7088b8d9c31bbd.zip |
redbasic dark: fixes
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index e356dedb4..158887c01 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -1,21 +1,34 @@ + +:root { + color-scheme: dark; + --bs-dark-rgb: #e1e1e1; +} + +--bs-dark-rgb .widget, .vcard-card { - background-color: unset; + background-color: unset; } .comment-edit-text { - border: 1px solid rgba(250, 250, 250, 0.125); + border: 1px solid rgba(250, 250, 250, 0.125); } .generic-content-wrapper { - border: 1px solid rgba(250, 250, 250, 0.125); + border: 1px solid rgba(250, 250, 250, 0.125); } #profile-jot-wrapper { background-color: unset; border: 1px solid rgba(250, 250, 250, 0.125); - } + .bootstrap-tagsinput { background-color: unset; } + +a, +.fakelink { + color: var(--bs-link-color); +} + |