From 64f9605a5008e53c596526e926dccb676e048c9f Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Tue, 18 Feb 2020 22:22:24 +0100 Subject: VyOS Extension: fix comandlist margin in pdf and apply custom css in html --- docs/_static/css/custom.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/_static/css/custom.css') 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; } -- cgit v1.2.3