cookutils diff lighttpd/cooker-midnight.css @ rev 925

cook: improve $CAT using; lighttpd/index.cgi: improve top buttons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 13 02:46:13 2017 +0300 (2017-06-13)
parents f3a90eaf1154
children
line diff
     1.1 --- a/lighttpd/cooker-midnight.css	Thu May 18 13:14:23 2017 +0300
     1.2 +++ b/lighttpd/cooker-midnight.css	Tue Jun 13 02:46:13 2017 +0300
     1.3 @@ -3,7 +3,7 @@
     1.4  section{background-color:#222;box-shadow:none}
     1.5  tr:nth-child(2n){background:#2E2E2E!important}
     1.6  tr:nth-child(2n+1){background:#222!important}
     1.7 -h2,h3{color:#999}
     1.8 +h2,h3,th{color:#999}
     1.9  section,div.list{padding:2px}
    1.10  section h2,section h3{background:#333}
    1.11  .activity td:first-child,.cooknotes td:first-child,td.m{color:#888}
    1.12 @@ -22,3 +22,6 @@
    1.13  .button.browse{background:hsl(170,100%,15%)}
    1.14  .button.doc{background:hsl(300,100%,15%)}
    1.15  .button.log{background:hsl(0,0%,15%)}
    1.16 +.log em{background:#456}
    1.17 +[class*="bigicon-"]{color:#222}
    1.18 +.log a[name]:hover{color:#88C}