mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
Tweak theme
This commit is contained in:
14
themes/custom-theme/assets/css/critical/20-scrollbar.css
Normal file
14
themes/custom-theme/assets/css/critical/20-scrollbar.css
Normal file
@@ -0,0 +1,14 @@
|
||||
pre::-webkit-scrollbar {
|
||||
height: 0.5rem;
|
||||
scrollbar-width: auto;
|
||||
}
|
||||
|
||||
pre::-webkit-scrollbar-track {
|
||||
background: var(--bg2);
|
||||
border-radius: 0.2rem;
|
||||
}
|
||||
|
||||
pre::-webkit-scrollbar-thumb {
|
||||
background: var(--bg4);
|
||||
border-radius: 0.2rem;
|
||||
}
|
Reference in New Issue
Block a user