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