mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Removed announcement bar from print view
This commit is contained in:
@@ -36,4 +36,9 @@
|
|||||||
color: var(--md-default-bg-color);
|
color: var(--md-default-bg-color);
|
||||||
font-size: px2rem(14px);
|
font-size: px2rem(14px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Hide for print
|
||||||
|
@media print {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user