]> danix's work - gitweb-theme-danix.git/commitdiff
fixing gradients again
authordanix <redacted>
Tue, 28 Feb 2023 11:02:54 +0000 (12:02 +0100)
committerdanix <redacted>
Tue, 28 Feb 2023 11:02:54 +0000 (12:02 +0100)
gitweb-danixland/gitweb.css

index 4048e1624a57ec4da415554d3bf556c485020d4b..80ee0cbe504ac20cdd49c1e24b6453287af6fcec 100644 (file)
@@ -176,8 +176,8 @@ td, th {
   font-size: 20px;
   font-family: 'Montserrat', Helvetica, Arial, Freesans, Clean, sans-serif;
   background: var(--bg); /* old browsers */
-  background: -webkit-linear-gradient(bottom left, var(--bg) 0%, var(--fg) 100%); /* webkit */
-  background: linear-gradient(to top right, var(--bg) 0%, var(--fg) 100%);
+  background: -webkit-linear-gradient(bottom left, var(--bg) 0%, var(--bg-alt) 100%); /* webkit */
+  background: linear-gradient(to top right, var(--bg) 0%, var(--bg-alt) 100%);
   border-bottom: 1px solid rgba(var(--border));
 }
 
@@ -215,8 +215,8 @@ td, th {
 .site-footer {
   width: 100%;
   background: var(--bg); /* old browsers */
-  background: -webkit-linear-gradient(bottom left, var(--bg) 0%, var(--fg) 100%); /* webkit */
-  background: linear-gradient(to top right, var(--bg) 0%, var(--fg) 100%);
+  background: -webkit-linear-gradient(bottom left, var(--bg) 0%, var(--bg-alt) 100%); /* webkit */
+  background: linear-gradient(to top right, var(--bg) 0%, var(--bg-alt) 100%);
   margin: 0;
 }