fixing inconsistencies in coloring again.
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index d781d83..71a2a0a 100644 (file)
@@ -78,6 +78,8 @@ a { outline: none; }
     --bg: #393E46;
     --bg-alt: #222831;
     --fg: #D8D9CF;
+    --link: #753f09;
+    --link-visited: #83674d;
     --border: 216,217,207,0.2;
     --shadow: 255,255,255,0.2;
   --file-icon: url("file.svg");
@@ -216,6 +218,7 @@ td, th {
 .page_footer,
 .site-footer {
   background-color: var(--bluish-grey);
+  color: var(--light-grey);
   width: 100%;
   margin: 0;
 }
@@ -226,7 +229,6 @@ td, th {
 }
 
 .page_footer_text {
-  color: var(--fg);
   text-align: right;
   padding-right: 2em;
   display: inline;
@@ -388,9 +390,7 @@ th .header {
 .page_path,
 .search {
   width: 94%;
-  background: var(--fg);
-  color: var(--bg);
-  border: 1px solid rgba(var(--border));
+  color: var(--fg);
   padding: 5px;
   margin: 0 auto 15px auto;
 }
@@ -663,15 +663,19 @@ div.diff.from_file {
 
 .rem {
   background: #ffdddd;
+  color: var(--dark-grey);
 }
 .rem .marked {
   background: #ffaaaa;
+  color: var(--dark-grey);
 }
 .add {
   background: #ddffdd;
+  color: var(--dark-grey);
 }
 .add .marked {
   background: #7dff7d;
+  color: var(--dark-grey);
 }
 
 .extended_header {