Skip to content

Commit

Permalink
better contrast on black
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Dec 20, 2019
1 parent 67abe31 commit 547e0ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
test: build
rm output.html || true
go tool test2json -t < testdata/minikube-logs.txt > testdata/minikube-logs.json
./${BINARY} -name "KVM Linux" -repo "github.com/kubernetes/minikube/" -pr "6096" -in "testdata/minikube-logs.json" -out "output.html" -details ""
./${BINARY} -name "KVM Linux" -repo "github.com/kubernetes/minikube/" -pr "6096" -in "testdata/minikube-logs.json" -out "output.html" -details "commit f1933f44dddca618fe992688dba41b9289046169"

.PHONY: cross
cross: ${BINARY}-linux-amd64 ${BINARY}-darwin-amd64 ${BINARY}.exe
Expand Down
10 changes: 6 additions & 4 deletions template/report3.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,14 @@ a,
}

html {
width: 100%;
width: 99%;
height: 100%;
-ms-touch-action: manipulation;
touch-action: manipulation
}

body {
width: 100%;
width: 98%;
min-height: 100%
}

Expand Down Expand Up @@ -8283,14 +8283,16 @@ span {
vertical-align: 50%;
}

/* even windows */
/* even text output windows */
.wd0 {
background: #fff;

}

/* odd text output windows */
.wd1 {
background: black;
background: #212121;
color: #fafafa;
}

.window {
Expand Down
9 changes: 3 additions & 6 deletions template/report3.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,11 @@
<h3>Test Report: {{.Report.Name}}
{{ if .Report.PR }}
<a href="https://{{.Report.RepoName}}/pull/{{.Report.PR}}">{{.Report.PR}}</a>
{{ end }}
{{ end }}
</h3>
<pre>
{{ if .Report.Details }}
{{ .Report.Details }}
{{ end }}
</pre>
<h6>{{ if .Report.Details }}{{ .Report.Details }}{{ end }}</h6>
</div>

</header>
<main class="mdl-layout__content">
<div class="mdl-layout__tab-panel is-active" id="overview">
Expand Down

0 comments on commit 547e0ce

Please sign in to comment.