mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
apply style to each themes button
This commit is contained in:
@@ -154,6 +154,8 @@ body[data-theme="dark"]
|
|||||||
background darken($ui-dark-backgroundColor, 5)
|
background darken($ui-dark-backgroundColor, 5)
|
||||||
.snippet-detail
|
.snippet-detail
|
||||||
color white
|
color white
|
||||||
|
.group-control-button
|
||||||
|
colorDarkPrimaryButton()
|
||||||
|
|
||||||
body[data-theme="solarized-dark"]
|
body[data-theme="solarized-dark"]
|
||||||
.snippets
|
.snippets
|
||||||
@@ -166,6 +168,8 @@ body[data-theme="solarized-dark"]
|
|||||||
background darken($ui-solarized-dark-backgroundColor, 5)
|
background darken($ui-solarized-dark-backgroundColor, 5)
|
||||||
.snippet-detail
|
.snippet-detail
|
||||||
color white
|
color white
|
||||||
|
.group-control-button
|
||||||
|
colorSolarizedDarkPrimaryButton()
|
||||||
|
|
||||||
body[data-theme="monokai"]
|
body[data-theme="monokai"]
|
||||||
.snippets
|
.snippets
|
||||||
@@ -178,3 +182,5 @@ body[data-theme="monokai"]
|
|||||||
background darken($ui-monokai-backgroundColor, 5)
|
background darken($ui-monokai-backgroundColor, 5)
|
||||||
.snippet-detail
|
.snippet-detail
|
||||||
color white
|
color white
|
||||||
|
.group-control-button
|
||||||
|
colorMonokaiPrimaryButton()
|
||||||
|
|||||||
Reference in New Issue
Block a user