about summary refs log tree commit diff
path: root/components/Buttons
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-12-04 08:35:17 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-12-04 08:35:17 +0100
commita5c19262912ee12935ec268407ed20817a1343c4 (patch)
tree1277976b4bae59968a203e5131f22c430af856bc /components/Buttons
parentf19763d9745723dd1f62055be9974dc34fcc719d (diff)
downloadpuszcza-a5c19262912ee12935ec268407ed20817a1343c4.tar.gz
puszcza-a5c19262912ee12935ec268407ed20817a1343c4.zip
Add hover
Diffstat (limited to 'components/Buttons')
-rw-r--r--components/Buttons/PlainButton.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/Buttons/PlainButton.vue b/components/Buttons/PlainButton.vue
index 58a7f83..0bf57cc 100644
--- a/components/Buttons/PlainButton.vue
+++ b/components/Buttons/PlainButton.vue
@@ -27,4 +27,8 @@ export default {
   text-align: center;
   font: 16px 'Roboto Slab';
 }
+
+.button:hover {
+  background-color: #42642b;
+}
 </style>