Hi, 

I'm currently browsing in "dark mode" (dark colors for my KDE 4), and realized 
that the website wasn't very readable with dark background color. 

I just fixed that by putting "background-color: white;" into the body tag in 
local.css

So now our background is always white except if all CSS is ignored. 

Best wishes, 
Arne

PS: I first wanted to write "we can easily fix that by", then I realized I can 
just as easily do it myself ;) 

PPS: Then flubber didn't want my push, so here's a patch: 

diff --git a/local.css b/local.css
--- a/local.css                   
+++ b/local.css                   
@@ -31,6 +31,7 @@ body            
 {
   font-family: "Bitstream Vera Sans", sans-serif;
   padding: 0.5em;
+  background-color: white;
 }

 p

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to