mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
fix broken title's color in ConfigTab by moving its default color to corresponding themes
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
.root
|
||||
padding 15px
|
||||
color $ui-text-color
|
||||
margin-bottom 30px
|
||||
|
||||
.group
|
||||
@@ -14,7 +13,6 @@
|
||||
|
||||
.group-header2
|
||||
font-size 20px
|
||||
color $ui-text-color
|
||||
margin-bottom 15px
|
||||
margin-top 30px
|
||||
|
||||
@@ -141,6 +139,14 @@ colorThemedControl(theme)
|
||||
background-color get-theme-var(theme, 'button-backgroundColor')
|
||||
color get-theme-var(theme, 'text-color')
|
||||
|
||||
body[data-theme="default"],
|
||||
body[data-theme="white"]
|
||||
.root
|
||||
color $ui-text-color
|
||||
|
||||
.group-header2
|
||||
color $ui-text-color
|
||||
|
||||
body[data-theme="dark"]
|
||||
.root
|
||||
color $ui-dark-text-color
|
||||
|
||||
Reference in New Issue
Block a user