summaryrefslogtreecommitdiff
path: root/src/components/Navigation.vue
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-07-24 23:04:41 -0400
committergumi <git@gumi.ca>2019-07-24 23:04:41 -0400
commit7d445227f787b9bab3d1f298451fc688c3267404 (patch)
tree031a3b30146f7534a3a63197450bc9090be8b056 /src/components/Navigation.vue
parent4968f37ef210694ede99eaecbae2042dc20e921f (diff)
downloadwebsite-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.vue8
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;
+ }
}
}
}