mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Fix #1409 - Fix the Solarized Dark Styling
This commit is contained in:
@@ -84,3 +84,17 @@ body[data-theme="dark"]
|
|||||||
top 25px
|
top 25px
|
||||||
z-index 10
|
z-index 10
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
|
|
||||||
|
body[data-theme="solarized-dark"]
|
||||||
|
.header
|
||||||
|
border-color $ui-solarized-dark-button-backgroundColor
|
||||||
|
|
||||||
|
.header-label-path
|
||||||
|
color $ui-solarized-dark-text-color
|
||||||
|
.header-label-editButton
|
||||||
|
color $ui-solarized-dark-text-color
|
||||||
|
|
||||||
|
.header-control-button
|
||||||
|
border-color $ui-solarized-dark-button-backgroundColor
|
||||||
|
background-color $ui-solarized-dark-button-backgroundColor
|
||||||
|
color $ui-solarized-dark-text-color
|
||||||
Reference in New Issue
Block a user