add some color effects to cammie buttons

This commit is contained in:
Eloïse Piret 2017-12-21 12:01:06 +01:00 committed by Wout Schellaert
parent a8dac9d966
commit 1b7b1f5ac4

View file

@ -64,6 +64,13 @@
&:not(:last-child){
margin-right: 5px;
}
&:hover{
color: #363636;
}
&:active{
background-color: #b36b00; //dark orange
color: #363636;
}
}
}