1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-12 02:32:37 +00:00

finished styling

This commit is contained in:
William Grant
2018-09-23 16:35:26 +02:00
parent 205451a31d
commit 610503472a
5 changed files with 22 additions and 12 deletions

View File

@@ -162,10 +162,10 @@ body[data-theme="monokai"]
body[data-theme="dracula"]
.root
color $ui-dark-text-color
color $ui-dracula-text-color
&:hover
color #f8f8f2
background-color $ui-dracula-button--hover-backgroundColor
background-color $ui-dark-button--hover-backgroundColor
border-color $ui-dracula-borderColor
.search-optionList
@@ -181,7 +181,7 @@ body[data-theme="dracula"]
background-color $ui-dracula-button--active-backgroundColor
color $ui-dracula-button--active-color
&:hover
background-color $ui-dracula-button--active-backgroundColor
background-color $ui-dark-button--hover-backgroundColor
color $ui-dracula-button--active-color
.search-optionList-item-name-surfix
color $ui-dracula-inactive-text-color

View File

@@ -78,11 +78,11 @@ body[data-theme="monokai"]
body[data-theme="dracula"]
.tag
background-color $ui-dracula-button-backgroundColor
background-color $ui-dracula-tag-backgroundColor
.tag-removeButton
border-color $ui-dracula-button--focus-borderColor
background-color transparent
.tag-label
color $ui-dracula-text-color
color $ui-dracula-borderColor

View File

@@ -68,5 +68,5 @@ body[data-theme="dracula"]
.control-toggleModeButton
background-color #282a36
.active
background-color #ff79c6
box-shadow 2px 0px 7px #222222
background-color #bd93f9
box-shadow 2px 0px 7px #222222