fix the auto theme

This commit is contained in:
Bnyro
2022-10-06 17:00:46 +02:00
parent d6803372f2
commit 7ffa8b2cfe
2 changed files with 7 additions and 0 deletions

View File

@@ -212,4 +212,8 @@ h2 {
.dark .line {
@apply bg-white;
}
.auto .line {
@apply dark:(bg-white);
}
</style>