mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Change the font color at dark theme
This commit is contained in:
@@ -135,18 +135,14 @@ body[data-theme="dark"]
|
||||
.item-wrapper
|
||||
border-color transparent
|
||||
.item-title
|
||||
color white
|
||||
color $ui-dark-text-color
|
||||
.item-title-icon
|
||||
color white
|
||||
color $ui-dark-text-color
|
||||
.item-bottom-time
|
||||
color white
|
||||
color $ui-dark-text-color
|
||||
.item-bottom-tagList-item
|
||||
background-color transparent
|
||||
color white
|
||||
.item-bottom-tagList-empty
|
||||
color white
|
||||
&:hover
|
||||
background-color $ui-dark-button--active-backgroundColor
|
||||
color $ui-dark-text-color
|
||||
|
||||
.item-title
|
||||
color $ui-inactive-text-color
|
||||
|
||||
Reference in New Issue
Block a user