Move highlight style to correct file

with-route-provider
Lorenz H-S 12 years ago
parent 2cf47c6161
commit 815f3f4a13
  1. 5
      css/glowingbear.css
  2. 6
      css/style.css

@ -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…
Cancel
Save