Skip to content

Commit 7c3c08f

Browse files
committed
modify: add color variable for note-detail component
1 parent a4a2e09 commit 7c3c08f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

browser/styles/index.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $ui-inactive-text-color = #939395
1616
$ui-borderColor = #D1D1D1
1717
$ui-backgroundColor = #FFFFFF
1818
$ui-noteList-backgroundColor = #F3F3F3
19+
$ui-noteDetail-backgroundColor = #F4F4F4
1920
$ui-border = solid 1px $ui-borderColor
2021
$ui-active-color = #6AA5E9
2122
$ui-tag-backgroundColor = rgba(0, 0, 0, 0.3)
@@ -142,6 +143,7 @@ modal()
142143
$ui-dark-borderColor = lighten(#21252B, 20%)
143144
$ui-dark-backgroundColor = #333333
144145
$ui-dark-noteList-backgroundColor = #171717
146+
$ui-dark-noteDetail-backgroundColor = #0D0D0D
145147
$ui-dark-tag-backgroundColor = rgba(255, 255, 255, 0.3)
146148
$dark-background-color = lighten($ui-dark-backgroundColor, 10%)
147149
$ui-dark-text-color = #DDDDDD

0 commit comments

Comments
 (0)