style.css: remove custom scrollbar
saw some essay about why it's a bad idea so ¯\_(ツ)_/¯ for posterity: https://ericwbailey.website/published/dont-use-custom-css-scrollbars/
This commit is contained in:
parent
f06869c69a
commit
73bab7d375
@ -36,19 +36,6 @@ body {
|
|||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
width: 1vmin;
|
|
||||||
height: 1vmin;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
|
||||||
background-color: #050505;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
|
||||||
background-color: #151515;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user