diff options
Diffstat (limited to 'public/stylesheets/main.css')
-rw-r--r-- | public/stylesheets/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 33fc09705..7eb544c0e 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -1,3 +1,9 @@ +/* XXX Francis put this here so he could check highlighting worked */ +.highlight { + background-color: #dddd00; + color: #000000; +} + /*------------------------------------------------ global */ body { |