mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
fix vcard-card background for dark schema
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user