CSS cleanup

This commit is contained in:
Chi Vinh Le
2018-02-13 15:46:49 +01:00
parent 87af05c0d9
commit cad25eedd1
5 changed files with 17 additions and 14 deletions
@@ -0,0 +1,8 @@
.button {
background-color: #2a2a2a;
color: #FFF;
}
.button:hover {
background-color: #767676;
}