mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-20 19:32:13 +01:00
fix: ghostscrollbar colors on dark skins
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
&::-webkit-scrollbar-track {
|
&::-webkit-scrollbar-track {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: $gray-200;
|
background-color: mix($body-bg, $body-color, 95%);
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
background-clip: content-box;
|
background-clip: content-box;
|
||||||
background-color: $gray-500;
|
background-color: mix($body-bg, $body-color, 70%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user