diff --git a/css/glowingbear.css b/css/glowingbear.css index 4a37e45..983c98d 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -311,8 +311,3 @@ li.notification { img.embed { max-height: 300px; } - -.highlight { - color: yellow; - font-weight: bold; -} diff --git a/css/style.css b/css/style.css index 59b84b8..85c5826 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,9 @@ +/* highlight messages */ +.highlight { + color: yellow; + font-weight: bold; +} + /* style options, foreground */ .cof-separator { color: #68b5d4;