mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 13:37:23 +00:00
allow light mode
This commit is contained in:
parent
bea94d4045
commit
ec5c5fb5b4
@ -603,6 +603,9 @@ export default {
|
|||||||
@apply flex justify-between items-center my-2 mx-[15vw] lt-md:mx-[2vw];
|
@apply flex justify-between items-center my-2 mx-[15vw] lt-md:mx-[2vw];
|
||||||
}
|
}
|
||||||
.pref:nth-child(odd) {
|
.pref:nth-child(odd) {
|
||||||
|
@apply bg-gray-200;
|
||||||
|
}
|
||||||
|
.dark .pref:nth-child(odd) {
|
||||||
@apply bg-dark-800;
|
@apply bg-dark-800;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user