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.css23
1 files changed, 14 insertions, 9 deletions
diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css
index c90fc8cb..331a7720 100644
--- a/docs/_static/css/custom.css
+++ b/docs/_static/css/custom.css
@@ -1,3 +1,8 @@
+div.card-header {
+ font-weight: bold;
+ background: #fdab10;
+}
+
span.opcmd,
span.cfgcmd {
font-weight: bold;
@@ -15,13 +20,13 @@ span.cfgcmd:before {
margin-right: 0px;
}
-td p a.cmdlink span.cfgcmd:before,
-td p a.cmdlink span.opcmd:before {
+td a.cmdlink span.cfgcmd:before,
+td a.cmdlink span.opcmd:before {
content: "";
}
-td p a.cmdlink,
-td p a.cmdlink {
+td a.cmdlink,
+td a.cmdlink {
margin-left: 0px;
}
@@ -165,15 +170,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;
+
}
@media screen and (max-width: 768px) {