From ee46c00bfed2b2b8fdc5d1e7040fccce98ab15ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Wed, 6 Mar 2024 21:22:14 +0100 Subject: [PATCH] Fixed account card header background color --- TangerineUI-cherry.css | 3 +++ TangerineUI-purple.css | 3 +++ TangerineUI.css | 3 +++ 3 files changed, 9 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 6891720..c0cb53b 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -4266,6 +4266,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .scrollable .account-card__bio:after { background: linear-gradient(270deg, var(--color-content-bg), transparent); } +.app-body .account-card__header img { + background-color: var(--color-content-secondary-bg); +} .app-body .account-card__title__avatar .account__avatar { border: 0; border-radius: 50%; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 48567f7..949d2c9 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -4266,6 +4266,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .scrollable .account-card__bio:after { background: linear-gradient(270deg, var(--color-content-bg), transparent); } +.app-body .account-card__header img { + background-color: var(--color-content-secondary-bg); +} .app-body .account-card__title__avatar .account__avatar { border: 0; border-radius: 50%; diff --git a/TangerineUI.css b/TangerineUI.css index a454326..4a2e9d2 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -4266,6 +4266,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .scrollable .account-card__bio:after { background: linear-gradient(270deg, var(--color-content-bg), transparent); } +.app-body .account-card__header img { + background-color: var(--color-content-secondary-bg); +} .app-body .account-card__title__avatar .account__avatar { border: 0; border-radius: 50%;