Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c154d96

Browse files
committed
jsdoc and type color changes on dark theme.
1 parent 3448499 commit c154d96

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/extensions/default/JavaScriptCodeHints/styles/brackets-js-hints.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ span.brackets-js-hints {
159159
}
160160

161161
.dark .jshint-description {
162-
color: #696969;
162+
color: #ccc;
163163
}
164164

165165
.jshint-jsdoc {
@@ -175,7 +175,10 @@ span.brackets-js-hints {
175175
clear: left;
176176
max-height: 3em;
177177
overflow: hidden;
178-
opacity:0.7;
178+
}
179+
180+
.dark .jshint-jsdoc {
181+
color: #ccc;
179182
}
180183

181184
.jshint-link {

0 commit comments

Comments
 (0)