Merge pull request #99 from lorenzhs/highlight
Fix highlight by moving to end of stylesheet
This commit is contained in:
commit
7e036d0495
1 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue