cookutils diff web/style.css @ rev 813

cooker.cgi: show htm
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 05 21:55:50 2016 +0200 (2016-07-05)
parents da66e6be1add
children 080dd0a18d2e
line diff
     1.1 --- a/web/style.css	Thu May 07 15:11:47 2015 +0300
     1.2 +++ b/web/style.css	Tue Jul 05 21:55:50 2016 +0200
     1.3 @@ -65,14 +65,15 @@
     1.4  	text-align: justify;
     1.5  }
     1.6  
     1.7 -.span-ok    { color: green; }
     1.8 +.span-ok    { color: #0a0; }
     1.9  .span-red   { color: red; }
    1.10  .span-sky   { color: blue; }
    1.11 -.span-no    { color: orange; }
    1.12 +.span-no    { color: #d90; }
    1.13  .span-line  { color: #888; }
    1.14  .log-date   { color: #666; font-size: 95%; }
    1.15 -.sh-comment { color: #b20000; }
    1.16 -.sh-val     { color: #f35a00; }
    1.17 +.sh-comment { color: #a00; }
    1.18 +.sh-val     { color: #e50; font-weight: bold; }
    1.19 +.var        { color: #05a; }
    1.20  
    1.21  /* Buttons */
    1.22