From 7948012491a6464754bd811854791c682881307e Mon Sep 17 00:00:00 2001 From: danix Date: Sun, 26 Feb 2023 18:55:54 +0100 Subject: [PATCH] styling social links --- gitweb-danixland/gitweb.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 417face..f848301 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -205,6 +205,7 @@ td, th { .site-footer { width: 100%; background: var(--bg-alt); + margin: 0; } .page_footer { @@ -213,7 +214,6 @@ td, th { left: 0; bottom: 0; line-height: 40px; - margin-top: 15px; border-top: 2px solid var(--border); border-bottom: 1px solid var(--border); } @@ -248,6 +248,15 @@ td, th { align-self: auto; order: 0; } + +.social-links ul li { + display: inline-block; + margin: 1em; + padding: 0.5em; + background-color: var(--fg); + color: var(--bg); +} + a.rss_logo { border: 0; clip: rect(1px, 1px, 1px, 1px); -- 2.20.1