make preferences more visible

This commit is contained in:
vr10t 2023-03-01 15:55:30 +00:00
parent fb8482b007
commit bea94d4045
1 changed files with 3 additions and 0 deletions

View File

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