This commit is contained in:
2023-06-06 09:30:12 +02:00
parent e24e864c70
commit 922ee6ac41
2 changed files with 13 additions and 7 deletions

View File

@@ -13,6 +13,12 @@
--shadow-outset: 0 0 0.5rem var(--color-gray);
}
html {
text-size-adjust: none;
-moz-text-size-adjust: none;
-webkit-text-size-adjust: none;
}
body {
margin: 0;
overflow: overlay;