aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-02-19 12:27:59 +0100
committerRoger Braun <roger@rogerbraun.net>2017-02-19 12:27:59 +0100
commit8fb0ec985ae30ea476b1d1a710bc4a5011d0aaa3 (patch)
treef4b36a8594dde6b0b6aa8758a18fe623e1b9cfc0 /src
parent5f74ae8de5bb94fa3a277dc2f0b0a8dbdb0bf879 (diff)
Fix button hover in Firefox.
Diffstat (limited to 'src')
-rw-r--r--src/App.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 34c7ee74..b0e1b7bc 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -32,6 +32,10 @@ a {
button{
border: none;
border-radius: 5px;
+
+ &:hover {
+ background-color: white;
+ }
}
.container {