allow light mode

This commit is contained in:
vr10t 2023-03-11 18:00:13 +00:00
parent bea94d4045
commit ec5c5fb5b4
1 changed files with 3 additions and 0 deletions

View File

@ -603,6 +603,9 @@ export default {
@apply flex justify-between items-center my-2 mx-[15vw] lt-md:mx-[2vw];
}
.pref:nth-child(odd) {
@apply bg-gray-200;
}
.dark .pref:nth-child(odd) {
@apply bg-dark-800;
}
</style>