From: StillLearnin Date: Mon, 8 Jun 2015 02:17:53 +0000 (-0400) Subject: update colors X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c34280f44e84fa24d216cba3d5c310deeadf5f;hp=1be96998a74584007c9c0eaea6d51cdacae7ce64;p=ardour-manual update colors --- diff --git a/source/css/app.css b/source/css/app.css index ac5bedd..0809c64 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -1,5 +1,5 @@ #tree { - background-color: #eee; + background-color: #212A30; height: 100%; overflow: scroll; position: fixed; @@ -75,7 +75,7 @@ #tree a { display: inline !important; font-weight: normal; - color: #666; + color: #E4E4E4; border-bottom: 1px solid transparent; padding-bottom: 2px; } @@ -87,8 +87,8 @@ #tree .active > a { display: inline; - color: #000; - border-bottom: 1px solid #555; + color: #da0808; + border-bottom: 1px solid #FFF; } diff --git a/source/images/logo.png b/source/images/logo.png index cd0500c..99d00db 100644 Binary files a/source/images/logo.png and b/source/images/logo.png differ