tChanged links style - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit ea20597f2b8821f3fbfe2cf23ab429b268256c12
 (DIR) parent 5d9da6464187aa97b49aa3a77732e359a3e146b1
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Tue, 14 Oct 2014 17:35:36 +0200
       
       Changed links style
       
       Diffstat:
         M css/monochrome.css                  |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/css/monochrome.css b/css/monochrome.css
       t@@ -144,10 +144,10 @@ a {
            text-decoration: none;
        }
        
       -p a:before, p a:after {
       -    color: #cf1;
       -    content: "-";
       -}
       +/* shamelessly copied for http://ratox.2f30.org, becaus woah, neat ! */
       +p  a:before, p  a:after { color: #cf1; content: ":"; }
       +ul a:before, ul a:after { color: #cf1; content: ":"; }
       +ol a:before, ol a:after { color: #cf1; content: ":"; }
        
        a:hover {
            color: #cf1;