better handling of the auto theme to prevent further bugs with it

This commit is contained in:
Bnyro
2022-10-06 19:58:31 +02:00
parent 7ffa8b2cfe
commit c7595049bd
4 changed files with 8 additions and 37 deletions

View File

@@ -52,7 +52,4 @@ footer {
.dark footer {
@apply bg-dark-800;
}
.auto footer {
@apply dark:(bg-dark-800);
}
</style>

View File

@@ -89,10 +89,6 @@ export default {
@apply bg-dark-400;
}
.auto .suggestions-container {
@apply dark:bg-dark-400;
}
.suggestion-selected {
@apply bg-gray-200;
}
@@ -101,10 +97,6 @@ export default {
@apply bg-dark-100;
}
.auto .suggestion-selected {
@apply dark:bg-dark-100;
}
.suggestion {
@apply p-y-1;
}