From bcb93c906c90d8c230e93913eca52ddd3261912c Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Sun, 29 Mar 2026 23:47:01 +0300 Subject: [PATCH] update bg opacity while in phone --- 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 59811bf..47f6340 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -135,7 +135,7 @@ html.dark body::after { @media (max-width: 768px) { body::after { - opacity: 0.1; + opacity: 0.06; } }