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

Fix white theme layout

This commit is contained in:
Kazu Yokomizo
2017-05-31 01:43:07 +09:00
parent b75c8b0373
commit dad1e40234
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
body[data-theme="dark"] body[data-theme="dark"]
.percentageBar .percentageBar
background-color #282C30 background-color #363A3D
.progressBar .progressBar
background-color: alpha(#939395, 50%) background-color: alpha(#939395, 50%)

View File

@@ -1,7 +1,7 @@
.root .root
absolute top left bottom absolute top left bottom
width $sideNav-width width $sideNav-width
background-color $ui-backgroundColor background-color #f9f9f9
user-select none user-select none
color $ui-text-color color $ui-text-color