From 4cccaba8aa9092a83d1035b99b69bc3b5b15375a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Tue, 12 Mar 2024 15:13:34 +0100 Subject: [PATCH] Resetting added borders --- 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 3675de3..e151b49 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -532,6 +532,10 @@ body.app-body { background: transparent; } +:root { + --background-filter: none; +} + .app-body .account__avatar img { border-radius: 50%; } @@ -4017,6 +4021,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .account__header__bio .account__header__fields { background-color: var(--color-content-secondary-bg); border-radius: 8px; + border: 0; } @media (prefers-color-scheme: dark) { .app-body .account__header__bio .account__header__fields { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index b2a56fa..613e753 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -532,6 +532,10 @@ body.app-body { background: transparent; } +:root { + --background-filter: none; +} + .app-body .account__avatar img { border-radius: 50%; } @@ -4017,6 +4021,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .account__header__bio .account__header__fields { background-color: var(--color-content-secondary-bg); border-radius: 8px; + border: 0; } @media (prefers-color-scheme: dark) { .app-body .account__header__bio .account__header__fields { diff --git a/TangerineUI.css b/TangerineUI.css index 1221046..806a433 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -532,6 +532,10 @@ body.app-body { background: transparent; } +:root { + --background-filter: none; +} + .app-body .account__avatar img { border-radius: 50%; } @@ -4017,6 +4021,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .account__header__bio .account__header__fields { background-color: var(--color-content-secondary-bg); border-radius: 8px; + border: 0; } @media (prefers-color-scheme: dark) { .app-body .account__header__bio .account__header__fields {