Skip to content

Commit

Permalink
Merge pull request #51 from jonesbusy/bugfix/fix-grey-and-light-blue-…
Browse files Browse the repository at this point in the history
…theme

Fix grey and light blue theme console style
  • Loading branch information
timbrown5 authored Sep 15, 2022
2 parents eeec6a1 + 45e6902 commit f147176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/material-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ this doesn't look great, but I think it's less bad than when it's left white. */
}

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

[data-theme=material-red] pre.console-output, [data-theme=material-indigo] pre.console-output
[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
{
color: #e9eded!important;
}

0 comments on commit f147176

Please sign in to comment.