Skip to content

Commit

Permalink
Fixed theming in AlbumCard
Browse files Browse the repository at this point in the history
Refs #156
  • Loading branch information
The4thLaw committed Mar 19, 2024
1 parent ee1089a commit 6ce5d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/demyo-vue-frontend/src/components/AlbumCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default {
color: var(--dem-primary-contrast);
}
&.theme--light.v-card > .v-card__text {
&.dem-theme--light.v-card > .v-card__text {
color: var(--dem-text);
}
Expand All @@ -232,8 +232,8 @@ export default {
text-decoration: none !important;
}
& .theme--light.v-image,
& .theme--dark.v-image {
& .dem-theme--light.v-image,
& .dem-theme--dark.v-image {
color: white;
}
}
Expand Down

0 comments on commit 6ce5d4f

Please sign in to comment.