Add antialiased to button

This commit is contained in:
cyril lopez 2017-09-21 18:02:16 +02:00
parent 6c33c9a2cc
commit 013c6ac189

View File

@ -6,6 +6,7 @@
margin-right: 1.8rem;
cursor: pointer;
font-family: Lato;
-webkit-font-smoothing: antialiased;
&:focus {
outline: 0;
}