mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-01-22 12:37:01 +00:00
fix the auto theme
This commit is contained in:
parent
d6803372f2
commit
7ffa8b2cfe
@ -212,4 +212,8 @@ h2 {
|
||||
.dark .line {
|
||||
@apply bg-white;
|
||||
}
|
||||
|
||||
.auto .line {
|
||||
@apply dark:(bg-white);
|
||||
}
|
||||
</style>
|
||||
|
@ -52,4 +52,7 @@ footer {
|
||||
.dark footer {
|
||||
@apply bg-dark-800;
|
||||
}
|
||||
.auto footer {
|
||||
@apply dark:(bg-dark-800);
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user