fix: match case toggle

This commit is contained in:
Konstantinos Kaloutas
2022-08-24 09:47:16 +03:00
committed by Tienson Qin
parent 006a07a1ed
commit 9f921013bc
3 changed files with 5 additions and 4 deletions

View File

@@ -243,10 +243,6 @@ html.is-mobile {
@apply text-white;
}
&.active {
color: var(--ls-link-text-color);
}
&[intent='logseq'] {
@apply focus:border-gray-500 dark:hover:text-gray-200;