From c236da220c6e9c2c1ea9ea08126e48755baa416c Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 15:07:03 +0000 Subject: [PATCH] Fix highlighting css --- sitefiles/sig.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 5fe2006..ff209af 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -77,6 +77,6 @@ body{ background-color: rgba(255, 255, 255, .06); } -.contentBody:hover{ +.contentBody .content:hover{ border-color: rgb(17, 153, 17, .8); } \ No newline at end of file