Fix highlight by moving to end of stylesheet

This commit is contained in:
Lorenz H-S 2013-12-18 14:54:30 +00:00
parent 80a5283153
commit 31a300f0ba

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;
}