We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251f440 commit b1df683Copy full SHA for b1df683
src/css/watermark.css
@@ -1,3 +1,10 @@
1
+/* 76.1875em are based on stylesheets: https://github.com/squidfunk/mkdocs-material/tree/master/material/assets/stylesheets */
2
+@media screen and (max-width: 76.1875em) {
3
+ .md-nav__title[for=__drawer] {
4
+ background-color: #ff0000 !important;
5
+ }
6
+}
7
+
8
.md-header {
9
background-color: #ff0000;
10
}
0 commit comments