diff options
author | gumi <git@gumi.ca> | 2019-07-24 23:04:41 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-24 23:04:41 -0400 |
commit | 7d445227f787b9bab3d1f298451fc688c3267404 (patch) | |
tree | 031a3b30146f7534a3a63197450bc9090be8b056 /src/components/Navigation.vue | |
parent | 4968f37ef210694ede99eaecbae2042dc20e921f (diff) | |
download | website-7d445227f787b9bab3d1f298451fc688c3267404.tar.gz website-7d445227f787b9bab3d1f298451fc688c3267404.tar.bz2 website-7d445227f787b9bab3d1f298451fc688c3267404.tar.xz website-7d445227f787b9bab3d1f298451fc688c3267404.zip |
apply the changes requested by Freeyorp
Diffstat (limited to 'src/components/Navigation.vue')
-rw-r--r-- | src/components/Navigation.vue | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index 7527999..54a50b0 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -73,7 +73,7 @@ padding: 1ch; &:hover, &.router-link-exact-active, &.custom-active { - background: rgba(255,255,255,0.4); + background-color: rgba(255,255,255,0.4); border: solid 1px #2f2e32; font-weight: bold; } @@ -101,7 +101,7 @@ border-radius: 0 0 5px 5px; &:hover { - background: rgba(255,255,255,0.4); + background-color: rgba(255,255,255,0.4); } } @@ -113,6 +113,10 @@ padding: 0; width: 133px; height: 100px; + + &:hover { + opacity: 0.8; + } } } } |