Move highlight style to correct file
This commit is contained in:
parent
2cf47c6161
commit
815f3f4a13
2 changed files with 6 additions and 5 deletions
|
@ -311,8 +311,3 @@ li.notification {
|
|||
img.embed {
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
color: yellow;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
/* highlight messages */
|
||||
.highlight {
|
||||
color: yellow;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* style options, foreground */
|
||||
.cof-separator {
|
||||
color: #68b5d4;
|
||||
|
|
Loading…
Reference in a new issue