playing with colors in the table
authordanix <danix@danix.xyz>
Tue, 28 Feb 2023 11:29:41 +0000 (12:29 +0100)
committerdanix <danix@danix.xyz>
Tue, 28 Feb 2023 11:29:41 +0000 (12:29 +0100)
gitweb-danixland/gitweb.css

index c083b95..fca3986 100644 (file)
@@ -327,7 +327,8 @@ div.page_header a img.logo {
 .shortlog th,
 .tree th,
 .commit_search th {
-  color: var(--bluish-grey);
+  background-color: var(--bluish-grey);
+  color: var(--fg);
   font-weight: normal;
 }
 
@@ -724,13 +725,13 @@ div.chunk_block div.new {
 td.category {
   background: var(--accent); /* old browsers */
   color: var(--dark-grey);
-  padding-left: 2em;
+  padding-left: 3em;
   font-weight: bold;
   border-bottom: 1px solid var(--border);
   border-top: 1px solid var(--border);
 }
 td.category:before {
-  content: "Cat.:";
+  content: "Cat.: ";
 }
 /* Age
 ---------------------------------------------------------------------------- */