diff --git a/src/components/PreferencesPage.vue b/src/components/PreferencesPage.vue index 65a381f7..e0f590c1 100644 --- a/src/components/PreferencesPage.vue +++ b/src/components/PreferencesPage.vue @@ -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; +}