about summary refs log tree commit diff
diff options
context:
space:
mode:
-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>