diff --git a/vue-dark.css b/vue-dark.css index b83985f..8c377f0 100755 --- a/vue-dark.css +++ b/vue-dark.css @@ -161,6 +161,18 @@ input { color: #42b983; } +.info-panel-tab:hover { + color: #42b983; +} + +.outline-label:hover { + text-decoration: none; +} + +input { + color: #42b983; +} + .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { background: var(--select-text-bg-color); color: #fff; @@ -790,4 +802,4 @@ html{ .ty-preferences .search-hit { background: var(--select-text-bg-color) -} \ No newline at end of file +}