update bg opacity while in phone

This commit is contained in:
ClovertaTheTrilobita 2026-03-29 23:47:01 +03:00
parent 67a574e8d9
commit bcb93c906c

View file

@ -135,7 +135,7 @@ html.dark body::after {
@media (max-width: 768px) {
body::after {
opacity: 0.1;
opacity: 0.06;
}
}