From 754717c280b4f0990f271b98a108248b23b9a586 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Sun, 29 Mar 2026 12:36:07 +0300 Subject: [PATCH] udpated bg opacity --- src/styles/global.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index be843b0..59811bf 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -133,6 +133,12 @@ html.dark body::after { background-image: url("https://files.seeusercontent.com/2026/03/28/nd1W/pasted-image-1774730083896.webp"); } +@media (max-width: 768px) { + body::after { + opacity: 0.1; + } +} + * { box-sizing: border-box; }