Skip to content

Commit 821403b

Browse files
committed
#365: Added dark theme support for Coverage Gutters preview
1 parent 2b2e96e commit 821403b

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

src/Readme.txt

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ CHANGELOG
6767

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

7172
4.6.2.0
7273

src/ReportGenerator.Core/Reporting/Builders/Rendering/resources/custom-azurepipelines.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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%; }
2-
body { margin: 0; padding: 0; height: 100%; }
2+
body { margin: 0; padding: 0; height: 100%; color: #000; }
33
h1 { font-size: 1.2em; font-weight: normal; color: #000; background-color: rgba(248,248,248,1); padding: 10px; margin: 20px -20px 20px -20px; }
44
h1:first-of-type { margin-top: 0; }
55
h2 { font-size: 1.0em; font-weight: bold; margin: 10px 0 15px 0; padding: 0; }

src/ReportGenerator.Core/Reporting/Builders/Rendering/resources/custom-azurepipelines_dark.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ReportGenerator.Core/Reporting/Builders/Rendering/resources/custom.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
html { font-family: sans-serif; margin: 0; padding: 0; font-size: 0.9em; background-color: #d6d6d6; height: 100%; }
2-
body { margin: 0; padding: 0; height: 100%; }
2+
body { margin: 0; padding: 0; height: 100%; color: #000; }
33
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; }
44
h1:first-of-type { margin-top: 0; }
55
h2 { font-size: 1.0em; font-weight: bold; margin: 10px 0 15px 0; padding: 0; }

0 commit comments

Comments
 (0)