From aa229ffebd663d48e5dd3a5052e2e621c8e8ad33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Tue, 26 Dec 2023 01:07:59 +0100 Subject: [PATCH] Tweaked account header fields seperator color --- TangerineUI-cherry.css | 5 +++++ TangerineUI-purple.css | 5 +++++ TangerineUI.css | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index cec377e..325e1fb 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3651,6 +3651,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: absolute; 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 */ border-top-left-radius: 8px; border-top-right-radius: 8px; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index a758071..10d717e 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3651,6 +3651,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: absolute; 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 */ border-top-left-radius: 8px; border-top-right-radius: 8px; diff --git a/TangerineUI.css b/TangerineUI.css index 8a7e323..cef27d2 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3651,6 +3651,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: absolute; 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 */ border-top-left-radius: 8px; border-top-right-radius: 8px;