Removed toggle button

This commit is contained in:
Kevin Veen-Birkenbach 2025-03-16 20:50:07 +01:00
parent b6eb9a0dd3
commit 6a1d6e40a7
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -617,6 +617,11 @@ html[native-dark-active] my-app button, button {
border-color: var(--color-85);
}
{# Hide Toogle Button #}
nav.flex.items-center.space-x-1{
display:none;
}
/** Taiga **/
:host, :root {
--color-solid-primary: var(--color-83);