This commit is contained in:
2023-02-09 18:13:37 +01:00
parent e7cdeb68fd
commit 3575c90c27
6 changed files with 55 additions and 65 deletions
+2 -3
View File
@@ -9,8 +9,8 @@ $secondaryColor: #222;
$accentColor: #e4c428;
::-webkit-scrollbar {
width: 0.5rem;
height: 0.5rem;
width: 7px;
height: 7px;
&-track {
background: #222;
@@ -31,7 +31,6 @@ html {
font-family: 'Lato', sans-serif;
background-color: $bgColor;
width: 100vw;
overflow-x: hidden;
}