summaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2020-02-18 22:22:24 +0100
committerRobert Göhler <github@ghlr.de>2020-02-18 22:22:24 +0100
commit64f9605a5008e53c596526e926dccb676e048c9f (patch)
treee1978ff42ca71430c627ea89e2676a4ec1ae13de /docs/_static
parentb07f0668c38d4232954f69b402a76877efe49ac6 (diff)
downloadvyos-documentation-64f9605a5008e53c596526e926dccb676e048c9f.tar.gz
vyos-documentation-64f9605a5008e53c596526e926dccb676e048c9f.zip
VyOS Extension: fix comandlist margin in pdf and apply custom css in html
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/css/custom.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css
index a1e34259..7faf7b7f 100644
--- a/docs/_static/css/custom.css
+++ b/docs/_static/css/custom.css
@@ -46,12 +46,19 @@ span.cfgcmd {
}
-
a.cmdlink {
font-size: 80%;
margin-left: 6px;
}
+a.cmdlink span{
+ color: #2980B9;
+}
+
+a.cmdlink span:hover{
+ color: #3091d1;
+}
+
.wy-nav-content {
max-width : none;
}