Merge pull request #99 from lorenzhs/highlight

Fix highlight by moving to end of stylesheet
This commit is contained in:
David Cormier 2013-12-18 09:08:09 -08:00
commit 7e036d0495

View file

@ -1,9 +1,3 @@
/* highlight messages */
.highlight {
color: yellow;
font-weight: bold;
}
/* style options, foreground */
.cof-separator {
color: #68b5d4;
@ -1936,3 +1930,9 @@
font-style: normal;
text-decoration: none;
}
/* highlight messages */
.highlight {
color: yellow;
font-weight: bold;
}