mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
Fixed the TodoListPercentage styling, reverted tag color back to the default button color
This commit is contained in:
@@ -39,7 +39,7 @@ body[data-theme="dark"]
|
|||||||
|
|
||||||
.percentageText
|
.percentageText
|
||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
|
|
||||||
body[data-theme="solarized-dark"]
|
body[data-theme="solarized-dark"]
|
||||||
.percentageBar
|
.percentageBar
|
||||||
background-color #002b36
|
background-color #002b36
|
||||||
@@ -52,10 +52,10 @@ body[data-theme="solarized-dark"]
|
|||||||
|
|
||||||
body[data-theme="monokai"]
|
body[data-theme="monokai"]
|
||||||
.percentageBar
|
.percentageBar
|
||||||
background-color #f92672
|
background-color: $ui-monokai-borderColor
|
||||||
|
|
||||||
.progressBar
|
.progressBar
|
||||||
background-color: #373831
|
background-color $ui-monokai-active-color
|
||||||
|
|
||||||
.percentageText
|
.percentageText
|
||||||
color #fdf6e3
|
color $ui-monokai-text-color
|
||||||
@@ -74,4 +74,4 @@ body[data-theme="monokai"]
|
|||||||
background-color transparent
|
background-color transparent
|
||||||
|
|
||||||
.tag-label
|
.tag-label
|
||||||
color $ui-monokai-borderColor
|
color $ui-monokai-text-color
|
||||||
@@ -369,7 +369,7 @@ $ui-monokai-active-color = #f92672
|
|||||||
|
|
||||||
$ui-monokai-borderColor = #373831
|
$ui-monokai-borderColor = #373831
|
||||||
|
|
||||||
$ui-monokai-tag-backgroundColor = #A6E22E
|
$ui-monokai-tag-backgroundColor = #373831
|
||||||
|
|
||||||
$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