1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

fix broken title's color in ConfigTab by moving its default color to corresponding themes

This commit is contained in:
Baptiste Augrain
2020-01-31 23:46:27 +01:00
parent 24a5c839a7
commit 69831571a5

View File

@@ -2,7 +2,6 @@
.root .root
padding 15px padding 15px
color $ui-text-color
margin-bottom 30px margin-bottom 30px
.group .group
@@ -14,7 +13,6 @@
.group-header2 .group-header2
font-size 20px font-size 20px
color $ui-text-color
margin-bottom 15px margin-bottom 15px
margin-top 30px margin-top 30px
@@ -141,6 +139,14 @@ colorThemedControl(theme)
background-color get-theme-var(theme, 'button-backgroundColor') background-color get-theme-var(theme, 'button-backgroundColor')
color get-theme-var(theme, 'text-color') 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"] body[data-theme="dark"]
.root .root
color $ui-dark-text-color color $ui-dark-text-color