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 { .dark .line {
@apply bg-white; @apply bg-white;
} }
.auto .line {
@apply dark:(bg-white);
}
</style> </style>

View File

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