]> danix's work - gitweb-theme-danix.git/commitdiff
I'm trying to find a good balance with the colors.
authordanix <redacted>
Tue, 28 Feb 2023 11:25:09 +0000 (12:25 +0100)
committerdanix <redacted>
Tue, 28 Feb 2023 11:25:09 +0000 (12:25 +0100)
gitweb-danixland/gitweb.css

index 596aead160cbca24400b4cb236b7f43d7c7236b3..dd44335d3c04167d9e60c5cb7c0f32bd2f7f1ba0 100644 (file)
@@ -722,10 +722,9 @@ div.chunk_block div.new {
 ---------------------------------------------------------------------------- */
 
 td.category {
-  background: var(--bg); /* old browsers */
-  background: -moz-linear-gradient(top, var(--bg) 0%, var(--fg) 100%); /* firefox */
-  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--bg)), color-stop(100%,var(--fg))); /* webkit */
-  background: -o-linear-gradient(top, var(--bg) 0%, var(--fg) 100%);
+  background: var(--accent); /* old browsers */
+  color: var(--dark-grey);
+  padding-left: 2em;
   font-weight: bold;
   border-bottom: 1px solid var(--border);
   border-top: 1px solid var(--border);