diff --git a/fstest/test_all/report.go b/fstest/test_all/report.go index 5315dc6b5..5b611cc3e 100644 --- a/fstest/test_all/report.go +++ b/fstest/test_all/report.go @@ -151,13 +151,13 @@ table.tests { width: 100%; } table, th, td { - border: 1px solid black; + border: 1px solid #264653; } .Failed { - color: red; + color: #BE5B43; } .Passed { - color: green; + color: #17564E; } .false { font-weight: lighter; @@ -172,7 +172,20 @@ th, td { } tr:nth-child(even) { - background-color: #f2f2f2 + background-color: #f2f2f2; +} + +a { + color: #5B1955; + text-decoration: none; +} +a:hover, a:focus { + color: #F4A261; + text-decoration:underline; +} +a:focus { + outline: thin dotted; + outline: 5px auto; } @@ -181,7 +194,7 @@ tr:nth-child(even) { - + {{ if .Previous}}{{ end }}
Version{{ .Version }}
Date{{ .DateTime}} [online]
Test{{ .DateTime}}
Duration{{ .Duration }}
Previous{{ .Previous }}
UpOlder Tests