playing with colors
authordanix <danix@danix.xyz>
Tue, 28 Feb 2023 10:38:14 +0000 (11:38 +0100)
committerdanix <danix@danix.xyz>
Tue, 28 Feb 2023 10:38:14 +0000 (11:38 +0100)
gitweb-danixland/gitweb.css

index 4c57ffa..b77d420 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));
 }