]> danix's work - gitweb-theme-danix.git/commitdiff
playing with colors
authordanix <redacted>
Tue, 28 Feb 2023 10:38:14 +0000 (11:38 +0100)
committerdanix <redacted>
Tue, 28 Feb 2023 10:38:14 +0000 (11:38 +0100)
gitweb-danixland/gitweb.css

index 4c57ffa35f071c1038e496d9aaca5e0d3e719609..b77d420401821e6c3aac90d60c2efb1cf98fd5e7 100644 (file)
@@ -176,9 +176,9 @@ td, th {
   font-size: 20px;
   font-family: 'Montserrat', Helvetica, Arial, Freesans, Clean, sans-serif;
   background: var(--bg); /* old browsers */
-  background: -moz-linear-gradient(top, var(--bg) 0%, var(--bg-alt) 100%); /* firefox */
-  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--bg)), color-stop(100%,var(--bg-alt))); /* webkit */
-  background: -o-linear-gradient(top, var(--bg) 0%, var(--bg-alt) 100%);
+  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%);
   border-bottom: 1px solid rgba(var(--border));
 }