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 {
|
img.embed {
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
|
||||||
color: yellow;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
/* highlight messages */
|
||||||
|
.highlight {
|
||||||
|
color: yellow;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
/* style options, foreground */
|
/* style options, foreground */
|
||||||
.cof-separator {
|
.cof-separator {
|
||||||
color: #68b5d4;
|
color: #68b5d4;
|
||||||
|
|
Loading…
Reference in a new issue