X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=80ee0cbe504ac20cdd49c1e24b6453287af6fcec;hb=92c97da7feefc9a28bcd7d6ba0fea9399fe2bce7;hp=bea080fe0c89edec1f893a78f2fd4ff0c9f8131d;hpb=b22a0d4a755982043136e9908d0aa49e4e95107b;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index bea080f..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: 3em; - height: 3em; - border: 1px solid var(--fg); - -webkit-border-radius: 1.5em; - -moz-border-radius: 1.5em; - border-radius: 1.5em; } .social-links ul li a {