aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-07-03 09:49:09 +0000
committerMario <mario@mariovavti.com>2022-07-03 09:49:09 +0000
commit40b46368584036ede12fbc94619497bba73b6095 (patch)
treebea93e1147edca968ef6148b7c11707e5723dd42 /view/theme
parent97fe499b632712fa855e95f1d9ad3914b71343f6 (diff)
downloadvolse-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')
-rw-r--r--view/theme/redbasic/schema/dark.css8
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;
}