Skip to content
Snippets Groups Projects
Commit 2091e8cb authored by Benoit Favre's avatar Benoit Favre
Browse files

potential fix for missing colors

parent 5f177adc
No related branches found
No related tags found
No related merge requests found
......@@ -21,21 +21,21 @@
.selected-section > .section-title {
font: bold 18;
color: white;
background: #009900;
background-color: #009900;
}
.section-title {
font: bold 18;
color: white;
background: #999999;
background-color: #999999;
}
.section-body {
background: white;
background-color: white;
margin: 20px;
}
.selected-section {
background: #eeffee;
background-color: #eeffee;
margin: 20px;
}
......
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