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