mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix the auto theme
This commit is contained in:
parent
d6803372f2
commit
7ffa8b2cfe
2 changed files with 7 additions and 0 deletions
|
@ -212,4 +212,8 @@ h2 {
|
||||||
.dark .line {
|
.dark .line {
|
||||||
@apply bg-white;
|
@apply bg-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.auto .line {
|
||||||
|
@apply dark:(bg-white);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue