From 1ef0a47e1d059b6825acaae9a16e6153573b1be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Mon, 18 Dec 2023 11:23:56 +0100 Subject: [PATCH] The boost indicator text is now colored --- TangerineUI-cherry.css | 6 +++++- TangerineUI-purple.css | 6 +++++- TangerineUI.css | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index f81f7a3..b8711aa 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 0ae6dfe..d079c58 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -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); diff --git a/TangerineUI.css b/TangerineUI.css index 428f5ed..459d74b 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -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);