1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge pull request #2272 from ZeroX-DG/improve-theme

Improve sideNav scroll bar color
This commit is contained in:
Junyoung Choi (Sai)
2018-08-20 10:24:48 +09:00
committed by GitHub

View File

@@ -152,3 +152,7 @@ body[data-theme="monokai"]
background-color $ui-monokai-backgroundColor background-color $ui-monokai-backgroundColor
.sortableItemHelper .sortableItemHelper
color: $ui-monokai-text-color color: $ui-monokai-text-color
body[data-theme="default"]
.SideNav ::-webkit-scrollbar-thumb
background-color rgba(255, 255, 255, 0.3)