summaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2021-05-10 21:55:22 +0200
committerrebortg <github@ghlr.de>2021-05-10 21:55:22 +0200
commitde18e13d3311958cf7b33fc16ba4462a93ac86d8 (patch)
treeb8b091d8a982d94b70f41b8ee0b68399aa242ec2 /docs/_static
parent0907419f5c98ccabe108bceec7fe71f1a00d33d5 (diff)
downloadvyos-documentation-de18e13d3311958cf7b33fc16ba4462a93ac86d8.tar.gz
vyos-documentation-de18e13d3311958cf7b33fc16ba4462a93ac86d8.zip
Template: correct mobil version template design
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/css/custom.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css
index 6d36283d..c90fc8cb 100644
--- a/docs/_static/css/custom.css
+++ b/docs/_static/css/custom.css
@@ -174,4 +174,10 @@ a.cmdlink span:hover{
.rst-content table.docutils td.coverage-fail {
background-color: red;
color: black;
+}
+
+@media screen and (max-width: 768px) {
+ .wy-nav-top{
+ background-color: #fdab10;
+ }
} \ No newline at end of file