Skip to content

Commit

Permalink
#365: Added dark theme support for Coverage Gutters preview
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Aug 2, 2020
1 parent 2b2e96e commit 821403b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ CHANGELOG

* New: #364: Added tooltips to show coverage as ratio
* New: #366: Clover: Filtering of test projects (settings:excludeTestProjects=true)
* Fix: #365: Added dark theme support for Coverage Gutters preview

4.6.2.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html { font-family: 'Segoe UI', '-apple-system', BlinkMacSystemFont, Roboto, 'Helvetica Neue', Helvetica, Ubuntu, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; margin: 0; padding: 0; font-size: 0.9em; background-color: #fff; height: 100%; }
body { margin: 0; padding: 0; height: 100%; }
body { margin: 0; padding: 0; height: 100%; color: #000; }
h1 { font-size: 1.2em; font-weight: normal; color: #000; background-color: rgba(248,248,248,1); padding: 10px; margin: 20px -20px 20px -20px; }
h1:first-of-type { margin-top: 0; }
h2 { font-size: 1.0em; font-weight: bold; margin: 10px 0 15px 0; padding: 0; }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html { font-family: sans-serif; margin: 0; padding: 0; font-size: 0.9em; background-color: #d6d6d6; height: 100%; }
body { margin: 0; padding: 0; height: 100%; }
body { margin: 0; padding: 0; height: 100%; color: #000; }
h1 { font-family: 'Century Gothic', sans-serif; font-size: 1.2em; font-weight: normal; color: #fff; background-color: #6f6f6f; padding: 10px; margin: 20px -20px 20px -20px; }
h1:first-of-type { margin-top: 0; }
h2 { font-size: 1.0em; font-weight: bold; margin: 10px 0 15px 0; padding: 0; }
Expand Down

0 comments on commit 821403b

Please sign in to comment.