From 4c75573f4496cef7e72cf8141c7928b583d4f801 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 11 Feb 2021 01:22:29 +0100 Subject: Move all side buttons to a single sidebar --- stylesheets/dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stylesheets/dark.css') diff --git a/stylesheets/dark.css b/stylesheets/dark.css index 8f24915..297b27a 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -3,10 +3,10 @@ body { color: white; } -a.lang { +footer.social a.lang { border-color: white; } -a.lang:hover { +footer.social a.lang:hover { color: var(--gold); background: white; border-color: white; -- cgit v1.2.3