Merge branch 'master' into blog-content

This commit is contained in:
ClovertaTheTrilobita 2026-03-29 12:36:22 +03:00
commit 5f7b7624b5

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"); 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; box-sizing: border-box;
} }