1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-06 13:39:19 +00:00

color setting

This commit is contained in:
Yutaka Ishii
2017-12-07 15:14:10 +09:00
parent 57a88743bc
commit 6f359fa6a8
8 changed files with 25 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ body[data-theme="dark"]
.root
background-color $ui-dark-noteDetail-backgroundColor
box-shadow none
border none
border-left 1px solid $ui-dark-borderColor
.control-lockButton
topBarButtonDark()

View File

@@ -3,7 +3,7 @@ $control-height = 30px
.root
absolute left bottom
top $topBar-height - 1
background-color $ui-noteList-backgroundColor
background-color $ui-dark-backgroundColor
.control
absolute top left right

View File

@@ -1,7 +1,7 @@
.root
absolute top left bottom
width $sideNav-width
background-color #2E3235
background-color $ui-dark-backgroundColor
user-select none
color $ui-text-color
height: 100vh
@@ -138,7 +138,7 @@ body[data-theme="white"]
body[data-theme="dark"]
.root, .root--folded
border-color $ui-dark-borderColor
border-right 1px solid $ui-dark-borderColor
background-color $ui-dark-backgroundColor
color $ui-dark-text-color