1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

apply style to each themes button

This commit is contained in:
Sosuke Suzuki
2018-06-27 15:59:14 +09:00
parent 70d02e9a6d
commit 5c60da0f8f

View File

@@ -154,6 +154,8 @@ body[data-theme="dark"]
background darken($ui-dark-backgroundColor, 5)
.snippet-detail
color white
.group-control-button
colorDarkPrimaryButton()
body[data-theme="solarized-dark"]
.snippets
@@ -166,6 +168,8 @@ body[data-theme="solarized-dark"]
background darken($ui-solarized-dark-backgroundColor, 5)
.snippet-detail
color white
.group-control-button
colorSolarizedDarkPrimaryButton()
body[data-theme="monokai"]
.snippets
@@ -178,3 +182,5 @@ body[data-theme="monokai"]
background darken($ui-monokai-backgroundColor, 5)
.snippet-detail
color white
.group-control-button
colorMonokaiPrimaryButton()