diff --git a/schoolapps/static/common/style.css b/schoolapps/static/common/style.css
index c07289240e40afc34492a5b9ecd296252ae16794..8acd433af133314e68bdf9a8435005b7a9192aaf 100755
--- a/schoolapps/static/common/style.css
+++ b/schoolapps/static/common/style.css
@@ -299,4 +299,11 @@ table.striped > tbody > tr:nth-child(odd) {
 main .alert p {
     margin-left: -10px;
     margin-right: -10px;
+}
+.btn, .btn-large, .btn-small {
+    background-color: #282E3F;
+}
+
+.btn:hover, .btn-large:hover, .btn-small {
+    background-color: #DA1F3D;
 }
\ No newline at end of file