diff options
-rw-r--r-- | docs/_static/css/custom.css | 6 |
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 |