diff --git a/frontend/src/App.vue b/frontend/src/App.vue index da49bad65..ef0393327 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -27,3 +27,27 @@ function getRoms(platformSlug){ + + diff --git a/frontend/src/components/RomsGallery.vue b/frontend/src/components/RomsGallery.vue index 8ad3e2632..0b8ae194d 100644 --- a/frontend/src/components/RomsGallery.vue +++ b/frontend/src/components/RomsGallery.vue @@ -73,10 +73,10 @@ onMounted(() => { if(currentPlatformSlug){ getRoms(currentPlatformSlug) } }) transition: opacity .4s ease-in-out; } .rom-title.on-hover { - opacity: 0.85; + opacity: 1; } .rom-title:not(.on-hover) { - opacity: 1; + opacity: 0.85; } .v-card.on-hover {