slightly lighter, larger night mode scrollbar
This commit is contained in:
parent
e4bbba4ec1
commit
0480879c11
@ -40,6 +40,7 @@ $night-flag4-bg: #3581a9;
|
||||
$night-suspended-bg: #aaaa33;
|
||||
$night-marked-bg: #77c;
|
||||
|
||||
/* night-mode specific colours */
|
||||
$fusion-button-gradient-start: #363636;
|
||||
$fusion-button-gradient-end: #404040;
|
||||
$fusion-button-outline: #000;
|
||||
|
@ -31,15 +31,15 @@ body.nightMode::-webkit-scrollbar {
|
||||
}
|
||||
|
||||
body.nightMode::-webkit-scrollbar:horizontal {
|
||||
height: 8px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
body.nightMode::-webkit-scrollbar:vertical {
|
||||
width: 8px;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
body.nightMode::-webkit-scrollbar-thumb {
|
||||
background: vars.$night-frame-bg;
|
||||
background: vars.$fusion-button-hover-bg;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user