refactoring
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user