Line 134: | Line 134: | ||
#content-wrap{ | #content-wrap{ | ||
padding-bottom: 13rem; | padding-bottom: 13rem; | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar { | ||
+ | width: 0.85rem; | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar-thumb { | ||
+ | background: #69C2CB; | ||
+ | border-radius: 10rem; | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar-thumb:hover { | ||
+ | background: #27A8E0; | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar-button{ | ||
+ | background: #69C2CB; | ||
+ | border-radius: 50%; | ||
+ | width: 0.85rem; | ||
+ | height: 0.85rem; | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar-button:hover{ | ||
+ | background: #27A8E0; | ||
} | } | ||
Revision as of 09:37, 24 October 2020