kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch '393-artist-white-button' into 'develop'
Resolve "Artist button is white on white when hovered, on Album page" Closes #393 See merge request funkwhale/funkwhale!350merge-requests/352/head
commit
bf0818aa01
|
@ -0,0 +1 @@
|
|||
Removed white on white artist button on hover, on Album page (#393)
|
|
@ -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;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue