Fix highlight by moving to end of stylesheet
This commit is contained in:
parent
80a5283153
commit
31a300f0ba
1 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,3 @@
|
||||||
/* highlight messages */
|
|
||||||
.highlight {
|
|
||||||
color: yellow;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* style options, foreground */
|
/* style options, foreground */
|
||||||
.cof-separator {
|
.cof-separator {
|
||||||
color: #68b5d4;
|
color: #68b5d4;
|
||||||
|
@ -1936,3 +1930,9 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* highlight messages */
|
||||||
|
.highlight {
|
||||||
|
color: yellow;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
Loading…
Reference in a new issue