Now using the background color value for profile fields in dark mode
This commit is contained in:
parent
84c2f7deb9
commit
2580ca6830
4 changed files with 20 additions and 0 deletions
|
|
@ -2334,6 +2334,11 @@ body.layout-single-column {
|
|||
background-color: var(--color-content-secondary-bg);
|
||||
border-radius: 8px;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.layout-single-column .account__header__bio .account__header__fields {
|
||||
background-color: var(--color-bg);
|
||||
}
|
||||
}
|
||||
.layout-single-column .account__header__bio .account__header__fields:has(dl:only-child) {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue