mirror of
https://github.com/TeamPiped/Piped
synced 2025-11-07 16:00:08 +01:00
commit
9b8c93e13b
@ -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…
x
Reference in New Issue
Block a user