Merge branch 'master' into blog-content

This commit is contained in:
ClovertaTheTrilobita 2026-04-11 01:33:47 +03:00
commit 4c7c692ff5

View file

@ -93,6 +93,14 @@ html.dark body::after {
} }
@media (max-width: 700px) { @media (max-width: 700px) {
code {
font-size: 0.92rem;
}
body {
font-size: 1rem;
}
body::after { body::after {
opacity: 0; opacity: 0;
} }