I'm trying to find a good balance with the colors.
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index 596aead..dd44335 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);