bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

website: background color in css


From: Arne Babenhauserheide
Subject: website: background color in css
Date: Thu, 12 Nov 2009 16:03:10 +0100
User-agent: KMail/1.12.3 (Linux/2.6.30-gentoo-r5; KDE/4.3.3; x86_64; ; )

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

[Prev in Thread] Current Thread [Next in Thread]