Merge pull request #1536 from Bnyro/master

fix the auto theme
This commit is contained in:
Bnyro 2022-10-06 17:01:28 +02:00 committed by GitHub
commit 9b8c93e13b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>

View file

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