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 1b5d2bc commit f13febfCopy full SHA for f13febf
src/css/watermark.css
@@ -6,7 +6,20 @@
6
background-position: center;
7
}
8
9
- /* See: https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#custom-color-schemes */
10
-:root {
11
- --md-primary-fg-color: #ff0000;
+@media screen and (max-width: 76.1875em) {
+ .md-nav__title[for=__drawer] {
+ background-color: #ff0000 !important;
12
+ }
13
14
+
15
+.md-header {
16
+ background-color: #ff0000;
17
+}
18
19
+.md-main__inner {
20
+ background-image: url(../images/draft_watermark.png);
21
+ background-repeat: no-repeat;
22
+ background-attachment: fixed;
23
+ background-size: contain, cover;
24
+ background-position: center;
25
0 commit comments