Poprawiono globalny scroll

This commit is contained in:
2022-07-04 14:09:25 +02:00
parent 135c084480
commit b5af97696e
2 changed files with 5 additions and 4 deletions
+5 -1
View File
@@ -2,7 +2,7 @@
--clr-primary: #ffc014;
--clr-secondary: #2f2f2f;
--clr-bg: #333;
--clr-bg: #4d4d4d;
--clr-accent: #1085b3;
--clr-accent2: #ff3d5d;
@@ -19,9 +19,13 @@ html {
}
body {
background: var(--clr-bg);
margin: 0;
padding: 0;
font-family: 'Quicksand', sans-serif;
overflow-y: scroll;
}
*:focus-visible {