mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Poprawiono globalny scroll
This commit is contained in:
@@ -28,11 +28,8 @@
|
|||||||
|
|
||||||
// APP
|
// APP
|
||||||
.app {
|
.app {
|
||||||
background: $bgCol;
|
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
overflow-y: scroll;
|
|
||||||
|
|
||||||
@include smallScreen() {
|
@include smallScreen() {
|
||||||
font-size: calc(0.4rem + 1.4vw);
|
font-size: calc(0.4rem + 1.4vw);
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
--clr-primary: #ffc014;
|
--clr-primary: #ffc014;
|
||||||
--clr-secondary: #2f2f2f;
|
--clr-secondary: #2f2f2f;
|
||||||
|
|
||||||
--clr-bg: #333;
|
--clr-bg: #4d4d4d;
|
||||||
|
|
||||||
--clr-accent: #1085b3;
|
--clr-accent: #1085b3;
|
||||||
--clr-accent2: #ff3d5d;
|
--clr-accent2: #ff3d5d;
|
||||||
@@ -19,9 +19,13 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
background: var(--clr-bg);
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: 'Quicksand', sans-serif;
|
font-family: 'Quicksand', sans-serif;
|
||||||
|
overflow-y: scroll;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
*:focus-visible {
|
*:focus-visible {
|
||||||
|
|||||||
Reference in New Issue
Block a user