Skip to content
Snippets Groups Projects
Commit 07e0b0ce authored by Diego Salazar's avatar Diego Salazar
Browse files

Merge branch 'fix' into 'master'

Fix color

See merge request !27
parents d3174643 f1b28d3e
No related branches found
No related tags found
No related merge requests found
......@@ -3450,12 +3450,12 @@ input.accordion {
-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.07), 0 1px 5px 0 rgba(0,0,0,.1);
-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.07), 0 1px 5px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 2px 0 rgba(0,0,0,.07), 0 1px 5px 0 rgba(0,0,0,.1);
background-color: #b74848;
background-color: #d26e2b;
color: #ffffff;
}
input.accordion:checked ~ .btn {
background-color: #d26e2b;
background-color: #db8b55;
}
.instructions a.qr {
......
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