diff options
author | Mario <mario@mariovavti.com> | 2022-07-03 09:49:09 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-07-03 09:49:09 +0000 |
commit | 40b46368584036ede12fbc94619497bba73b6095 (patch) | |
tree | bea93e1147edca968ef6148b7c11707e5723dd42 /view/theme/redbasic | |
parent | 97fe499b632712fa855e95f1d9ad3914b71343f6 (diff) | |
download | volse-hubzilla-40b46368584036ede12fbc94619497bba73b6095.tar.gz volse-hubzilla-40b46368584036ede12fbc94619497bba73b6095.tar.bz2 volse-hubzilla-40b46368584036ede12fbc94619497bba73b6095.zip |
fix vcard-card background for dark schema
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index 8d8cc5052..751ce25e8 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -40,13 +40,19 @@ option { color: $link_colour !important; } -.vcard, #contact-block, .widget { +.vcard, +#contact-block, +.widget { background-color: transparent; border: none; border-bottom: 1px solid #333; border-radius: 0px } +.vcard-card { + background-color: transparent; +} + #profile-photo-wrapper { border: none; } |