fix vcard-card background for dark schema

This commit is contained in:
Mario
2022-07-03 09:49:09 +00:00
parent 97fe499b63
commit 40b4636858

View File

@@ -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;
}