X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=80ee0cbe504ac20cdd49c1e24b6453287af6fcec;hb=92c97da7feefc9a28bcd7d6ba0fea9399fe2bce7;hp=c4b2f5925b07d7f0cea7a3b7f011e2bf4e67aa45;hpb=c2d14b8511202f4c85880b5a264dde20dd78215b;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index c4b2f59..80ee0cb 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -176,9 +176,8 @@ 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(--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: -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)); } @@ -216,9 +215,8 @@ td, th { .site-footer { width: 100%; 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: -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; }