The boost indicator text is now colored

This commit is contained in:
Niléane 2023-12-18 11:23:56 +01:00
commit 1ef0a47e1d
No known key found for this signature in database
3 changed files with 15 additions and 3 deletions

View file

@ -1754,6 +1754,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);
@ -2183,7 +2186,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);
@ -3534,6 +3537,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);

View file

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

View file

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