diff options
author | Robert Göhler <github@ghlr.de> | 2020-02-18 22:28:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 22:28:30 +0100 |
commit | 8d9cb866cef228fc7079620396eb4bf2ea3393c7 (patch) | |
tree | e1978ff42ca71430c627ea89e2676a4ec1ae13de /docs/_static/css/custom.css | |
parent | b07f0668c38d4232954f69b402a76877efe49ac6 (diff) | |
parent | 64f9605a5008e53c596526e926dccb676e048c9f (diff) | |
download | vyos-documentation-8d9cb866cef228fc7079620396eb4bf2ea3393c7.tar.gz vyos-documentation-8d9cb866cef228fc7079620396eb4bf2ea3393c7.zip |
Merge pull request #210 from rebortg/master
VyOS Extension: fix commandlist margin in pdf and apply custom css
Diffstat (limited to 'docs/_static/css/custom.css')
-rw-r--r-- | docs/_static/css/custom.css | 9 |
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; } |