Commit 8fabb58e authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Color (maybe Bootstrap Version will be needed: bg-secondary is what we...

[FIX] Color (maybe Bootstrap Version will be needed: bg-secondary is what we need here, if we can use our own CSS, much better than an upgrade (overkilled solution for such issue)).
parent e3af68c7
......@@ -10,4 +10,4 @@ termClass CandidateTerm = "candidate-term"
termBootstrapClass :: TermList -> String
termBootstrapClass GraphTerm = "success"
termBootstrapClass StopTerm = "danger"
termBootstrapClass CandidateTerm = "info"
termBootstrapClass CandidateTerm = "warning"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment