diff --git a/README.md b/README.md index 992d39e..bb3e74d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Much of the credit for this theme goes to @Jevgeni for the initial work # Changelog ## current + +## 0.5.0 - fixed typo - polished keyboard shortcuts - added colors to less frequent screens diff --git a/monokai.css b/monokai.css index 341da0f..46bdb09 100644 --- a/monokai.css +++ b/monokai.css @@ -992,8 +992,9 @@ option:active { background-color: var(--green); color: var(--gray-9); } +/* what is this? */ .Node-openNote:after { - color: #838383; + color: var(--gray-2); } .CurrentLineHighlight { background: rgba(255, 255, 255, 0.05); diff --git a/whitenoise-custom.css b/whitenoise-custom.css index 994a326..96731fb 100644 --- a/whitenoise-custom.css +++ b/whitenoise-custom.css @@ -96,9 +96,4 @@ .MobileHeader-moreOption--saved[style*='display: none'], .MobileHeader-moreOption--synced[style*='display: none'] { display: none !important; -} - -/* debug */ -.Node-openNote:after { - color: fuchsia; } \ No newline at end of file