diff --git a/changes/changelog.d/393.bugfix b/changes/changelog.d/393.bugfix new file mode 100644 index 000000000..02cd50f72 --- /dev/null +++ b/changes/changelog.d/393.bugfix @@ -0,0 +1 @@ +Removed white on white artist button on hover, on Album page (#393) diff --git a/front/src/components/library/Library.vue b/front/src/components/library/Library.vue index d860ab6dc..db2ac27b4 100644 --- a/front/src/components/library/Library.vue +++ b/front/src/components/library/Library.vue @@ -54,7 +54,7 @@ export default { } &.with-background { .header { - &, .sub, a { + &, .sub { text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8); color: white !important; }