refactoring

This commit is contained in:
Philipp Kühn
2021-02-04 11:08:56 +01:00
parent 035139064a
commit a835938503
3 changed files with 24 additions and 6 deletions

View File

@@ -35,6 +35,10 @@
background-color: rgba($colorBlack, 0.1);
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba($colorBlack, 0.15);
}
::-webkit-scrollbar-button {
display: none;
width: 0;
@@ -45,6 +49,10 @@
background-color: transparent;
}
::selection {
background: rgba($colorBlue, 0.5);
}
body {
font-family: 'Inter', sans-serif;
-webkit-font-smoothing: antialiased;
@@ -56,8 +64,8 @@ body {
}
*[id] {
scroll-margin-top: 6rem;
scroll-snap-margin-top: 6rem;
scroll-margin-top: 2rem;
scroll-snap-margin-top: 2rem;
}
button {