Skip to content

Commit

Permalink
Updated styles for collection links in IndexView.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenriseld committed May 21, 2024
1 parent 6ef8cfc commit 04f66c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gallery.Web/src/views/IndexView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ async function getCollections() {
font-size: 3rem;
text-transform: uppercase;
color: var(--lightest-color);
opacity: 0.7;
opacity: 0;
text-decoration: none;
backdrop-filter: blur(5px);
}
a {
Expand All @@ -100,11 +99,12 @@ a {
.collection-wrapper:hover .background-image {
transform: scale(1.1);
filter: brightness(0.7) blur(8px);
filter: brightness(0.5);
}
.collection-link:hover {
color: var(--lightest-color);
backdrop-filter: blur(4px);
text-shadow: var(--text-shadow);
opacity: 1;
}
Expand Down

0 comments on commit 04f66c9

Please sign in to comment.