From 31a300f0badfa5a9ce05b093b830eca7bdad70aa Mon Sep 17 00:00:00 2001 From: Lorenz H-S Date: Wed, 18 Dec 2013 14:54:30 +0000 Subject: [PATCH] Fix highlight by moving to end of stylesheet --- css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 85c5826..941d74b 100644 --- a/css/style.css +++ b/css/style.css @@ -1,9 +1,3 @@ -/* highlight messages */ -.highlight { - color: yellow; - font-weight: bold; -} - /* style options, foreground */ .cof-separator { color: #68b5d4; @@ -1936,3 +1930,9 @@ font-style: normal; text-decoration: none; } + +/* highlight messages */ +.highlight { + color: yellow; + font-weight: bold; +} \ No newline at end of file