From de18e13d3311958cf7b33fc16ba4462a93ac86d8 Mon Sep 17 00:00:00 2001 From: rebortg Date: Mon, 10 May 2021 21:55:22 +0200 Subject: Template: correct mobil version template design --- docs/_static/css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/_static') 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 -- cgit v1.2.3