URI: 
       tDarker scheme - monochromatic - monochromatic blog: http://blog.z3bra.org
  HTML git clone git://z3bra.org/monochromatic
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 5c57d65383360cd57a08519e7d351ba90fd4de86
   DIR parent 38f1dda931f558aa711ae61ce8458aa6ad98ada7
  HTML Author: z3bra <willy@mailoo.org>
       Date:   Fri, 28 Mar 2014 09:48:01 +0100
       
       Darker scheme
       
       Diffstat:
         M css/monochrome.css                  |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/css/monochrome.css b/css/monochrome.css
       t@@ -2,7 +2,7 @@
        
        /*
         * COLORS DEFINITION:
       - *      - background -- #222
       + *      - background -- #1d1d1d
         *      - header (bg)-- #000
         *      - def. text  -- #bbb
         *      - link visit -- #bbb
       t@@ -36,7 +36,7 @@
        
        /* Main blocks style {{{ */
        body {
       -    background-color: #222;
       +    background-color: #1d1d1d;
            color: #bbb;
            padding: 0;
            margin: 0;