mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
commit
9b8c93e13b
2 changed files with 7 additions and 0 deletions
|
@ -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 a new issue