udpated bg opacity

This commit is contained in:
ClovertaTheTrilobita 2026-03-29 12:36:07 +03:00
parent 9d56874c4b
commit 754717c280

View file

@ -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;
}