From d6811f432580aa69b9ad06794091fd0573ae8e39 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 13:47:08 +0000 Subject: [PATCH] Include positions for the backdrop --- sitefiles/sig.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index be3f59f..c6d2ba8 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -6,6 +6,8 @@ .codeForeground{ font-family:'Courier New', Courier, monospace; position:absolute; + left:-12px; + top:-8px; z-index:-4999; color:rgba(0,0,0,0); background: linear-gradient(90deg, rgba(17,17,17,1) 0%, rgba(17,17,17,1) 42%, rgba(17,17,17,0.6825105042016807) 44%, rgba(17,17,17,1) 46%, rgba(17,17,17,1) 100%); @@ -23,6 +25,8 @@ .codeBackground{ font-family:'Courier New', Courier, monospace; position:absolute; + left:-12px; + top:-8px; color:#44FF44; z-index:-5000; user-select:none;