From a5fe207a63044dad2bdc7fa7fef6c15d0cec54e8 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 14:32:54 +0000 Subject: [PATCH] Border highlights on hover --- sitefiles/sig.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index f201542..62028b5 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -69,4 +69,8 @@ body{ color: #AA77FF; font-weight:900; text-shadow: 0.3px 0.3px 3px #666666; +} + +.content:hover{ + border-color: rgb(17, 153, 17, .8); } \ No newline at end of file