From a3eac9adb4d46217f7f4899ff1330ae13af2183e Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Tue, 7 Apr 2026 12:38:04 +0300 Subject: [PATCH] update bg --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 457955e..b2da5f4 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -87,7 +87,7 @@ html.dark body::after { @media (max-width: 900px) { body::after { - opacity: 0.06; + opacity: 0; } }