diff --git a/src/App.scss b/src/App.scss index a5f190cb35..15c908d938 100644 --- a/src/App.scss +++ b/src/App.scss @@ -33,9 +33,14 @@ button{ border: none; border-radius: 5px; cursor: pointer; + border-top: 1px solid rgba(255, 255, 255, 0.2); + border-bottom: 1px solid rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 2px black; + font-size: 14px; + font-family: sans-serif; &:hover { - opacity: 0.8; + box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3); } } diff --git a/src/App.vue b/src/App.vue index b2d8df8b5d..79eded087c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,8 +13,8 @@
- - + +