diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-12-04 08:35:17 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-12-04 08:35:17 +0100 |
commit | a5c19262912ee12935ec268407ed20817a1343c4 (patch) | |
tree | 1277976b4bae59968a203e5131f22c430af856bc | |
parent | f19763d9745723dd1f62055be9974dc34fcc719d (diff) | |
download | puszcza-a5c19262912ee12935ec268407ed20817a1343c4.tar.gz puszcza-a5c19262912ee12935ec268407ed20817a1343c4.zip |
Add hover
-rw-r--r-- | components/Buttons/PlainButton.vue | 4 |
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> |