initialization
This commit is contained in:
@@ -121,7 +121,7 @@ export default function ThemeCustomization({ children }) {
|
||||
// soft slate that tints toward brand purple on hover.
|
||||
'*': {
|
||||
scrollbarWidth: 'thin', // Firefox
|
||||
scrollbarColor: 'rgba(102, 37, 130, 0.28) transparent'
|
||||
scrollbarColor: 'rgba(192, 18, 39, 0.28) transparent'
|
||||
},
|
||||
'*::-webkit-scrollbar': {
|
||||
width: '10px',
|
||||
@@ -131,13 +131,13 @@ export default function ThemeCustomization({ children }) {
|
||||
backgroundColor: 'transparent'
|
||||
},
|
||||
'*::-webkit-scrollbar-thumb': {
|
||||
backgroundColor: 'rgba(102, 37, 130, 0.26)',
|
||||
backgroundColor: 'rgba(192, 18, 39, 0.26)',
|
||||
borderRadius: '8px',
|
||||
border: '2px solid transparent',
|
||||
backgroundClip: 'padding-box'
|
||||
},
|
||||
'*::-webkit-scrollbar-thumb:hover': {
|
||||
backgroundColor: 'rgba(102, 37, 130, 0.45)'
|
||||
backgroundColor: 'rgba(192, 18, 39, 0.45)'
|
||||
},
|
||||
'*::-webkit-scrollbar-corner': {
|
||||
backgroundColor: 'transparent'
|
||||
|
||||
Reference in New Issue
Block a user