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 {