From 4fa5f592ab806a1c9c38bae73af9f6608792fa79 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Tue, 21 Mar 2023 14:37:14 +0100 Subject: [PATCH] Fix button colour --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c3df9ae..8fe9cac 100755 --- a/index.html +++ b/index.html @@ -48,7 +48,9 @@ margin: 0 auto; } - .shareon > a:hover { + .shareon > a, + .shareon > a:hover, + .shareon > a:visited { color: #fff; }