diff --git a/etc/soft/joplin/userchrome.css b/etc/soft/joplin/userchrome.css index 36609de..13d7bdf 100644 --- a/etc/soft/joplin/userchrome.css +++ b/etc/soft/joplin/userchrome.css @@ -28,7 +28,7 @@ --u-sidebar-background-color: hsl(0, 0%, 20%); --u-sidebar-label-color: hsla(0, 0%, 100%, 0.25); --u-sidebar-item-color: hsla(0, 0%, 100%, 0.85); - -u-sidebar-icon-color: hsl(210, 100%, 52%); + --u-sidebar-icon-color: hsl(210, 100%, 52%); --u-sidebar-chevron-color: hsla(0, 0%, 100%, 0.55); --u-sidebar-synchronise-color: hsla(0, 0%, 100%, 0.55); --u-sidebar-selected-item-color: hsl(0, 0%, 27%); @@ -38,8 +38,8 @@ after a timeout on hover by default. Any sync errors you might not notice. Uncomment the line below to always show the sync status. */ - /* --u-sidebar-synchronise-label: ''; */ - /* --u-sidebar-synchronise-label-color: hsl(0, 0%, 50%); */ + --u-sidebar-synchronise-label: ''; + --u-sidebar-synchronise-label-color: hsl(0, 0%, 50%); /* Note list ----------------------------- diff --git a/etc/soft/joplin/userstyle-kw.css b/etc/soft/joplin/userstyle-kw.css index 5817ac8..ce3fb14 100644 --- a/etc/soft/joplin/userstyle-kw.css +++ b/etc/soft/joplin/userstyle-kw.css @@ -146,7 +146,6 @@ h6 { } code { - padding: 0% 0.5%; color: #faffc3 !important; background-color: var(--code) !important; } diff --git a/etc/soft/joplin/userstyle.css b/etc/soft/joplin/userstyle.css index d0777cb..b149962 100644 --- a/etc/soft/joplin/userstyle.css +++ b/etc/soft/joplin/userstyle.css @@ -144,7 +144,6 @@ h6 { } code { - padding: 0% 0.5%; color: #faffc3 !important; background-color: var(--code) !important; }