Move highlight style to correct file

This commit is contained in:
Lorenz H-S 2013-12-17 14:44:19 +00:00
parent 2cf47c6161
commit 815f3f4a13
2 changed files with 6 additions and 5 deletions

View file

@ -311,8 +311,3 @@ li.notification {
img.embed {
max-height: 300px;
}
.highlight {
color: yellow;
font-weight: bold;
}

View file

@ -1,3 +1,9 @@
/* highlight messages */
.highlight {
color: yellow;
font-weight: bold;
}
/* style options, foreground */
.cof-separator {
color: #68b5d4;