Skip to content
Snippets Groups Projects
Commit 5ed7d108 authored by Julian's avatar Julian
Browse files

Change the default color of buttons #117

parent 97223d21
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment