diff options
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/css/custom.css | 15 | 
1 files changed, 14 insertions, 1 deletions
| diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 4d14a55d..3864a16f 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -156,7 +156,7 @@ a.cmdlink span:hover{  }  .wy-nav-top { -  background-color : #ffffff !important; +  background-color : #ffffff;  }  .wy-nav-top img { @@ -188,4 +188,17 @@ p.devwarning {  	text-align: center;  	background: #d40 repeating-linear-gradient( 135deg, transparent, transparent 56px, rgba(255, 255, 255, 0.2) 56px, rgba(255, 255, 255, 0.2) 112px );    background-color: #fdab10; +} + + +@media screen and (max-width: 768px) { +  .wy-nav-top{ +    background-color: #fdab10; +  } +} + +@media screen and (max-width: 768px) { +  p.devwarning { +    margin: 10px 10px 10px 10px; +  }  }
\ No newline at end of file | 
