summaryrefslogtreecommitdiff
path: root/docs/_static/css/custom.css
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2022-03-24 20:30:33 +0100
committerrebortg <github@ghlr.de>2022-03-24 20:30:33 +0100
commitdfc9cebb8497220ba27a2d582ee63d4c7acedbcf (patch)
tree97aad059454f32b5ca39fab4df354aadc64a10d5 /docs/_static/css/custom.css
parent28c6aa36fda5c5a8df012c43f57b9a09a0c746ba (diff)
downloadvyos-documentation-dfc9cebb8497220ba27a2d582ee63d4c7acedbcf.tar.gz
vyos-documentation-dfc9cebb8497220ba27a2d582ee63d4c7acedbcf.zip
improve coverage layout
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;
+
}