X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=80ee0cbe504ac20cdd49c1e24b6453287af6fcec;hb=92c97da7feefc9a28bcd7d6ba0fea9399fe2bce7;hp=c78690367e72468c6345d33c61478027b3c1d7fe;hpb=b0a5133c719c0200043ad5c5429b16d1a37e059f;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index c786903..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; } @@ -264,13 +262,6 @@ td, th { .social-links ul li { display: inline-block; margin: 1em; - padding: 0.5em; - width: 2em; - height: 2em; - border: 1px solid var(--fg); - -webkit-border-radius: 1em; - -moz-border-radius: 1em; - border-radius: 1em; } .social-links ul li a {