From: danix Date: Tue, 28 Feb 2023 10:45:14 +0000 (+0100) Subject: playing with social icons X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=b0a5133c719c0200043ad5c5429b16d1a37e059f playing with social icons --- diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 94abaf8..c786903 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -265,6 +265,12 @@ td, th { 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 {