tChanged CSS for good - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 8c7eb57a8688d9fea56fa54e770dfa081a128a99
 (DIR) parent b773f39025d5ac4f1ef936559e691315a61423af
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Tue, 14 Oct 2014 17:26:11 +0200
       
       Changed CSS for good
       
       Diffstat:
         M css/monochrome.css                  |      26 ++++++++++++++++----------
       
       1 file changed, 16 insertions(+), 10 deletions(-)
       ---
 (DIR) diff --git a/css/monochrome.css b/css/monochrome.css
       t@@ -4,13 +4,14 @@
         * COLORS DEFINITION:
         *      - background -- #222
         *      - def. text  -- #aaa
       - *      - link visit -- #aaa
         *      - code (bg)  -- #111
         *      - code (fg)  -- #fff
         *      - borders    -- #111
       - *      - link text  -- #d41
       + *      - link plain -- #fff
       + *      - link visit -- #aaa
       + *      - link hover -- #cf1
         *      - main title -- #aaa
       - *      - bold text  -- #d41
       + *      - bold text  -- #cf1
         *      - sub titles -- #eee
         *      - blockquote -- #666
         *
       t@@ -138,13 +139,18 @@ header h1 {
        
        /* Pretty links {{{ */
        a {
       -    color: #aaa;
       +    color: #fff;
            font-weight: bold;
       -    text-decoration: underline;
       +    text-decoration: none;
       +}
       +
       +p a:before, p a:after {
       +    color: #cf1;
       +    content: "-";
        }
        
        a:hover {
       -    color: #d41;
       +    color: #cf1;
            /* text-decoration: underline; */
        }
        
       t@@ -163,7 +169,7 @@ header h1 a {
        
        header h1 a:hover {
            color: white;
       -    text-shadow: 0px 0px 8px #d41;
       +    text-shadow: 0px 0px 8px #cf1;
        }
        /* }}} */
        
       t@@ -220,7 +226,7 @@ pre {
        
        /* Text Formatting {{{ */
        strong {
       -    color: #aaa;
       +    color: #cf1;
            font-weight: bold;
        }
        
       t@@ -234,14 +240,14 @@ blockquote, q {
        }
        
        blockquote {
       -    border-left: 8px solid #d41;
       +    border-left: 8px solid #cf1;
            padding-left: 8px;
            margin-left: -8px;
        }
        
        .center { text-align: center; }
        
       -strike { text-decoration: line-td41; }
       +strike { text-decoration: line-tcf1; }
        
        .smiley {
            font-style: normal;