fix: clean up random stuff man idk

This commit is contained in:
afn
2022-11-26 01:11:52 -05:00
parent 875c94d0bc
commit 33953db98a
11 changed files with 207 additions and 219 deletions

View File

@@ -13,19 +13,18 @@ html {
padding: 0;
font-size: 100%;
box-sizing: border-box;
overflow-y: scroll;
}
body {
margin: 0;
padding: 0;
background-color: var(--bg-color);
overflow: hidden;
}
html,
body {
width: 100vw;
overflow: auto;
max-width: 100%;
}
.wrapper {
@@ -44,8 +43,8 @@ body {
--grey-three: #373e4d;
--grey-four: #182244;
--grey-five: hsl(208, 30%, 75%);
--grey-six: hsla(220, 12%, 15%, 0.655);
--grey-seven: #535563;
--grey-six: #202126;
--grey-seven: #202126;
--bezier-one: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@@ -67,7 +66,7 @@ h1 {
h2 {
color: var(--grey-five);
font-weight: 400;
font-size: 1.2rem;
font-size: 1.3rem;
}
h3 {
@@ -98,13 +97,14 @@ h6 {
}
::-webkit-scrollbar {
width: 11px;
width: 5px;
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background-color: var(--grey-two);
background-color: var(--grey-six);
background-clip: content-box;
border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover {