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:
@@ -22,7 +22,7 @@
|
||||
|
||||
body[data-theme="dark"]
|
||||
.percentageBar
|
||||
background-color #282C30
|
||||
background-color #363A3D
|
||||
|
||||
.progressBar
|
||||
background-color: alpha(#939395, 50%)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.root
|
||||
absolute top left bottom
|
||||
width $sideNav-width
|
||||
background-color $ui-backgroundColor
|
||||
background-color #f9f9f9
|
||||
user-select none
|
||||
color $ui-text-color
|
||||
|
||||
|
||||
Reference in New Issue
Block a user