From 647e942857d5cd185915d9c931bf58e6fee63cbd Mon Sep 17 00:00:00 2001 From: Sascha Brendel Date: Tue, 17 Mar 2020 14:02:25 +0100 Subject: [PATCH] Fixed several issues with contextMenu and sidebar. Closes blinkfox/typora-vue-theme#24 --- vue-dark.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/vue-dark.css b/vue-dark.css index ac04d35..9efaaf8 100755 --- a/vue-dark.css +++ b/vue-dark.css @@ -142,7 +142,19 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket { --select-text-bg-color: hsl(153, 47%, 40%); --select-text-font-color: #fff; --bg-color: #1d1d1d; - --item-hover-bg-color: #fff; + --item-hover-bg-color: var(--select-text-bg-color); +} + +.info-panel-tab:hover { + color: #42b983; +} + +.outline-label:hover { + text-decoration: none; +} + +input { + color: #42b983; } /* cyrillic-ext */