diff --git a/src/components/PreferencesPage.vue b/src/components/PreferencesPage.vue index 060bc427..57fe17be 100644 --- a/src/components/PreferencesPage.vue +++ b/src/components/PreferencesPage.vue @@ -602,4 +602,10 @@ export default { .pref { @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; +}