From: Michael Stapelberg Date: Fri, 22 Jul 2011 19:58:09 +0000 (+0200) Subject: docs: dark colors for the listingblocks X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5bc733bb6cfa29d6f7fdafb2e0e695e660248794;p=i3%2Fi3.github.io docs: dark colors for the listingblocks --- diff --git a/css/xhtml11.css b/css/xhtml11.css index b49432a..5ff9f37 100644 --- a/css/xhtml11.css +++ b/css/xhtml11.css @@ -23,7 +23,7 @@ tt { } div.listingblock tt { - color: black; + color: #fff; } h1, h2, h3, h4, h5, h6 { @@ -137,10 +137,11 @@ div.sidebarblock > div.content { } div.listingblock > div.content { - border: 1px solid #dddddd; - border-left: 5px solid #f0f0f0; - background: #f8f8f8; + border: 1px solid #555; + border-left: 5px solid #555; + background: #333; padding: 0.5em; + padding-right: 0em; } div.quoteblock, div.verseblock {