The boost indicator text is now colored
This commit is contained in:
parent
af025f93ee
commit
1ef0a47e1d
3 changed files with 15 additions and 3 deletions
|
|
@ -1753,6 +1753,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
.app-body .status__prepend .muted .emojione {
|
||||
opacity: 1;
|
||||
}
|
||||
.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) {
|
||||
color: #D3487F;
|
||||
}
|
||||
.app-body .status-card,
|
||||
.app-body .status-card.compact {
|
||||
background-color: var(--color-content-bg);
|
||||
|
|
@ -2182,7 +2185,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
}
|
||||
.app-body .column-header,
|
||||
.app-body .column-back-button {
|
||||
background-color: rgba(255, 255, 255, .75);
|
||||
background-color: rgba(255, 255, 255, .9);
|
||||
color: var(--color-content-fg);
|
||||
border-top: 1px solid var(--color-lines);
|
||||
border-right: 1px solid var(--color-lines);
|
||||
|
|
@ -3533,6 +3536,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
}
|
||||
.app-body .notification__display-name {
|
||||
font-weight: bold;
|
||||
color: var(--color-content-fg);
|
||||
}
|
||||
.app-body .notification__report {
|
||||
background-color: var(--color-content-bg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue