From: danix Date: Sun, 26 Feb 2023 18:20:43 +0000 (+0100) Subject: social links coloring X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=020d4a03b299ea1dfca71d9f5cdc016d4832fe0a social links coloring --- diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 8879b7a..11dd78d 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -263,19 +263,19 @@ td, th { } .social-links ul li a { - color: var(--dark-grey); + height: 32px; } .social-links ul li.spotify a { - background-color: var(--spotify); + color: var(--spotify); } .social-links ul li.twitter a { - background-color: var(--twitter); + color: var(--twitter); } .social-links ul li.instagram a { - background-color: var(--instagram); + color: var(--instagram); } .social-links ul li.github a { - background-color: var(--github); + color: var(--github); } a.rss_logo {