summaryrefslogtreecommitdiff
path: root/docs/_static/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_static/css/custom.css')
-rw-r--r--docs/_static/css/custom.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css
index 3864a16f..648a5f4e 100644
--- a/docs/_static/css/custom.css
+++ b/docs/_static/css/custom.css
@@ -165,15 +165,15 @@ a.cmdlink span:hover{
.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td.coverage-ok,
.rst-content table.docutils td.coverage-ok {
- background-color: green;
- color: black;
+ color: green;
+ text-align: center;
}
-
.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td.coverage-fail,
.rst-content table.docutils td.coverage-fail {
- background-color: red;
- color: black;
+ color: red;
+ text-align: center;
+
}