Tweaked account header fields seperator color

This commit is contained in:
Niléane 2023-12-26 01:07:59 +01:00
parent 4cf31873af
commit aa229ffebd
No known key found for this signature in database
3 changed files with 15 additions and 0 deletions

View file

@ -3651,6 +3651,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: absolute; position: absolute;
border-radius: 50px; border-radius: 50px;
} }
@media (prefers-color-scheme: dark) {
.app-body .account__header__bio .account__header__fields dl:not(:last-child):after {
background-color: var(--color-accent-bg);
}
}
.app-body .account__header__bio .account__header__fields dl:nth-child(2) { /* Add a corner radius to the second profile field because we're hiding the Joined field */ .app-body .account__header__bio .account__header__fields dl:nth-child(2) { /* Add a corner radius to the second profile field because we're hiding the Joined field */
border-top-left-radius: 8px; border-top-left-radius: 8px;
border-top-right-radius: 8px; border-top-right-radius: 8px;

View file

@ -3651,6 +3651,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: absolute; position: absolute;
border-radius: 50px; border-radius: 50px;
} }
@media (prefers-color-scheme: dark) {
.app-body .account__header__bio .account__header__fields dl:not(:last-child):after {
background-color: var(--color-accent-bg);
}
}
.app-body .account__header__bio .account__header__fields dl:nth-child(2) { /* Add a corner radius to the second profile field because we're hiding the Joined field */ .app-body .account__header__bio .account__header__fields dl:nth-child(2) { /* Add a corner radius to the second profile field because we're hiding the Joined field */
border-top-left-radius: 8px; border-top-left-radius: 8px;
border-top-right-radius: 8px; border-top-right-radius: 8px;

View file

@ -3651,6 +3651,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: absolute; position: absolute;
border-radius: 50px; border-radius: 50px;
} }
@media (prefers-color-scheme: dark) {
.app-body .account__header__bio .account__header__fields dl:not(:last-child):after {
background-color: var(--color-accent-bg);
}
}
.app-body .account__header__bio .account__header__fields dl:nth-child(2) { /* Add a corner radius to the second profile field because we're hiding the Joined field */ .app-body .account__header__bio .account__header__fields dl:nth-child(2) { /* Add a corner radius to the second profile field because we're hiding the Joined field */
border-top-left-radius: 8px; border-top-left-radius: 8px;
border-top-right-radius: 8px; border-top-right-radius: 8px;