From 020d4a03b299ea1dfca71d9f5cdc016d4832fe0a Mon Sep 17 00:00:00 2001 From: danix Date: Sun, 26 Feb 2023 19:20:43 +0100 Subject: [PATCH] social links coloring --- gitweb-danixland/gitweb.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 { -- 2.20.1