mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Updated NoteItem Styling, fixed NoteItemSimple styling, Changed the tag color based on the monokai color palette,
This commit is contained in:
@@ -368,13 +368,13 @@ body[data-theme="monokai"]
|
|||||||
.item-title
|
.item-title
|
||||||
.item-title-icon
|
.item-title-icon
|
||||||
.item-bottom-time
|
.item-bottom-time
|
||||||
color $ui-monokai-text-color
|
color $ui-monokai-active-color
|
||||||
.item-bottom-tagList-item
|
.item-bottom-tagList-item
|
||||||
background-color alpha(white, 10%)
|
background-color alpha(white, 10%)
|
||||||
color $ui-monokai-text-color
|
color $ui-monokai-text-color
|
||||||
&:hover
|
&:hover
|
||||||
// background-color alpha($ui-monokai-button--active-backgroundColor, 60%)
|
// background-color alpha($ui-monokai-button--active-backgroundColor, 60%)
|
||||||
color #c0392b
|
color #f92672
|
||||||
.item-bottom-tagList-item
|
.item-bottom-tagList-item
|
||||||
background-color alpha(#fff, 20%)
|
background-color alpha(#fff, 20%)
|
||||||
|
|
||||||
|
|||||||
@@ -240,7 +240,7 @@ body[data-theme="monokai"]
|
|||||||
.item-simple-title-icon
|
.item-simple-title-icon
|
||||||
.item-simple-bottom-time
|
.item-simple-bottom-time
|
||||||
transition 0.15s
|
transition 0.15s
|
||||||
color $ui-solarized-dark-text-color
|
color $ui-monokai-text-color
|
||||||
.item-simple-bottom-tagList-item
|
.item-simple-bottom-tagList-item
|
||||||
transition 0.15s
|
transition 0.15s
|
||||||
background-color alpha(#fff, 20%)
|
background-color alpha(#fff, 20%)
|
||||||
|
|||||||
@@ -67,11 +67,11 @@ body[data-theme="solarized-dark"]
|
|||||||
|
|
||||||
body[data-theme="monokai"]
|
body[data-theme="monokai"]
|
||||||
.tag
|
.tag
|
||||||
background-color $ui-monokai-button-backgroundColor
|
background-color $ui-monokai-tag-backgroundColor
|
||||||
|
|
||||||
.tag-removeButton
|
.tag-removeButton
|
||||||
border-color $ui-button--focus-borderColor
|
border-color $ui-button--focus-borderColor
|
||||||
background-color transparent
|
background-color transparent
|
||||||
|
|
||||||
.tag-label
|
.tag-label
|
||||||
color $ui-monokai-text-color
|
color $ui-monokai-borderColor
|
||||||
@@ -369,7 +369,7 @@ $ui-monokai-active-color = #f92672
|
|||||||
|
|
||||||
$ui-monokai-borderColor = #373831
|
$ui-monokai-borderColor = #373831
|
||||||
|
|
||||||
$ui-monokai-tag-backgroundColor = #f92672
|
$ui-monokai-tag-backgroundColor = #A6E22E
|
||||||
|
|
||||||
$ui-monokai-button-backgroundColor = #373831
|
$ui-monokai-button-backgroundColor = #373831
|
||||||
$ui-monokai-button--active-color = white
|
$ui-monokai-button--active-color = white
|
||||||
|
|||||||
Reference in New Issue
Block a user