]> Shamusworld >> Repos - ardour-manual/commitdiff
update colors
authorStillLearnin <stilllearnin@thettpost.com>
Mon, 8 Jun 2015 02:17:53 +0000 (22:17 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 8 Jun 2015 12:41:32 +0000 (08:41 -0400)
source/css/app.css
source/images/logo.png

index ac5beddf41a406947627b8dd565a7366a7d7334f..0809c645d06251d5394aada0d93534da1d6f5e5f 100644 (file)
@@ -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;
 
 }
 
index cd0500c34056b4d046fe2de56f0d15fed1bbf9ed..99d00db81e1860fff3df23bf618167f5cc3951d4 100644 (file)
Binary files a/source/images/logo.png and b/source/images/logo.png differ