Fix a lot of bugs - see description (#343)

This commit is contained in:
Geometrically
2022-01-17 21:49:34 -07:00
committed by GitHub
parent 1345f996da
commit 98c85441f8
10 changed files with 91 additions and 45 deletions

View File

@@ -2,6 +2,10 @@ html {
@extend .light-mode;
}
body {
overflow-y: scroll;
}
.light-mode {
--color-icon: #6b7280;
--color-text: hsl(221, 39%, 11%);

View File

@@ -55,7 +55,7 @@
}
.normal-page__content {
padding-left: 1rem;
padding-left: 0.75rem;
width: 60rem;
}
}