From: danix Date: Tue, 28 Feb 2023 10:38:14 +0000 (+0100) Subject: playing with colors X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=970fe5f66449820db372e9fa6a4bf2c93c4b14a3 playing with colors --- diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 4c57ffa..b77d420 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -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)); }