Skip to content

Commit f147176

Browse files
authored
Merge pull request #51 from jonesbusy/bugfix/fix-grey-and-light-blue-theme
Fix grey and light blue theme console style
2 parents eeec6a1 + 45e6902 commit f147176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/webapp/material-theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ this doesn't look great, but I think it's less bad than when it's left white. */
198198
}
199199

200200
[data-theme=material-red] .console-output, [data-theme=material-indigo] .console-output,
201-
[data-theme=material-red] .console-output *, [data-theme=material-indigo] .console-output *
201+
[data-theme=material-red] .console-output *, [data-theme=material-indigo] .console-output *,
202202
[data-theme=material-grey] .console-output, [data-theme=material-light-blue] .console-output,
203203
[data-theme=material-grey] .console-output *, [data-theme=material-light-blue] .console-output *
204204
{
@@ -209,7 +209,7 @@ this doesn't look great, but I think it's less bad than when it's left white. */
209209
cursor: text;
210210
}
211211

212-
[data-theme=material-red] pre.console-output, [data-theme=material-indigo] pre.console-output
212+
[data-theme=material-red] pre.console-output, [data-theme=material-indigo] pre.console-output, [data-theme=material-grey] pre.console-output, [data-theme=material-light-blue] pre.console-output
213213
{
214214
color: #e9eded!important;
215215
}

0 commit comments

Comments
 (0)