]> danix's work - gitweb-theme-danix.git/commitdiff
playing with social icons shapes
authordanix <redacted>
Tue, 28 Feb 2023 10:46:47 +0000 (11:46 +0100)
committerdanix <redacted>
Tue, 28 Feb 2023 10:46:47 +0000 (11:46 +0100)
gitweb-danixland/gitweb.css

index bea080fe0c89edec1f893a78f2fd4ff0c9f8131d..b1f977b74b8b007cda345178ed0ed69528e20092 100644 (file)
@@ -267,10 +267,11 @@ td, th {
   padding: 0.5em;
   width: 3em;
   height: 3em;
+  text-align: center;
   border: 1px solid var(--fg);
-  -webkit-border-radius: 1.5em;
-  -moz-border-radius: 1.5em;
-  border-radius: 1.5em;
+  -webkit-border-radius: 2em;
+  -moz-border-radius: 2em;
+  border-radius: 2em;
 }
 
 .social-links ul li a {