]> danix's work - gitweb-theme-danix.git/commitdiff
still coloring
authordanix <redacted>
Tue, 28 Feb 2023 11:32:51 +0000 (12:32 +0100)
committerdanix <redacted>
Tue, 28 Feb 2023 11:32:51 +0000 (12:32 +0100)
gitweb-danixland/gitweb.css

index fca3986c4e56f085de8a51142e8a5b36c41753c7..fa5000b756627655761f04d134422d5a795666ff 100644 (file)
@@ -57,6 +57,7 @@ a { outline: none; }
   --accent: #FD7014;
   --bluish-grey: #3f4c77;
   --dark-grey: #393E46;
+  --light-grey: #ababcf;
 /* Icons */
   --file-icon: url("file-dark.svg");
   --dir-icon: url("folder-dark.svg");
@@ -328,7 +329,7 @@ div.page_header a img.logo {
 .tree th,
 .commit_search th {
   background-color: var(--bluish-grey);
-  color: var(--fg);
+  color: var(--light-grey);
   font-weight: normal;
 }