mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Custom the scrollbar on Webkit browsers
the default scrollbar on Windows looks like shit
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
--input-focus-border-color: rgb(112, 114, 115);
|
||||
--mask-bg: rgb(68, 69, 70);
|
||||
--footer-bg-color: var(--main-wrapper-bg);
|
||||
--scrollbar-track-bg: rgba(0,0,0,0.3);
|
||||
--scrollbar-thumb-bg: rgb(173 171 171 / 50%);
|
||||
|
||||
/* common color */
|
||||
--text-color: rgb(175, 176, 177);
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
--btn-box-shadow: #eaeaea;
|
||||
--checkbox-color: #c5c5c5;
|
||||
--checkbox-checked-color: #07a8f7;
|
||||
--scrollbar-track-bg: rgba(0,0,0,0.3);
|
||||
--scrollbar-thumb-bg: rgba(0,0,0,0.3);
|
||||
|
||||
/* Sidebar */
|
||||
--sidebar-bg: radial-gradient(circle, rgba(42, 30, 107, 1) 0%, rgba(35, 37, 46, 1) 100%);
|
||||
|
||||
Reference in New Issue
Block a user