client.c: supervisor task should use post_select instead of pre_select.
[paraslash.git] / web / gitweb.css
index 441dac68c197942a393307340030b5dac783d7a5..652b9cc99c752d403d682506c7102d225521a853 100644 (file)
@@ -6,7 +6,7 @@ body {
        margin: 0px;
        padding: 10px;
        background-color: black; 
        margin: 0px;
        padding: 10px;
        background-color: black; 
-       color: gray;
+       color: #cccccc;
        height: 100%;
 }
 
        height: 100%;
 }
 
@@ -227,11 +227,11 @@ tr.light:hover {
 }
 
 tr.dark {
 }
 
 tr.dark {
-       background-color: #444444;
+       background-color: #333333;
 }
 
 tr.dark2 {
 }
 
 tr.dark2 {
-       background-color: #444444;
+       background-color: #333333;
 }
 
 tr.dark:hover {
 }
 
 tr.dark:hover {
@@ -354,7 +354,7 @@ div.diff.header a.path {
 div.diff.extended_header,
 div.diff.extended_header a.path,
 div.diff.extended_header a.hash {
 div.diff.extended_header,
 div.diff.extended_header a.path,
 div.diff.extended_header a.hash {
-       color: #777777;
+       color: #cccccc;
 }
 
 div.diff.extended_header .info {
 }
 
 div.diff.extended_header .info {
@@ -389,7 +389,7 @@ div.diff.add {
 
 div.diff.from_file a.path,
 div.diff.from_file {
 
 div.diff.from_file a.path,
 div.diff.from_file {
-       color: #aa0000;
+       color: #ff0000;
 }
 
 div.diff.rem {
 }
 
 div.diff.rem {
@@ -408,7 +408,7 @@ div.diff.chunk_header {
 }
 
 div.diff.chunk_header span.chunk_info {
 }
 
 div.diff.chunk_header span.chunk_info {
-       background-color: #ffeeff;
+       background-color: #000000;
 }
 
 div.diff.chunk_header span.section {
 }
 
 div.diff.chunk_header span.section {