1
0
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:
squidfunk 2020-04-26 16:38:33 +02:00
parent a5726dc9d2
commit 398cd895c3

View File

@ -36,4 +36,9 @@
color: var(--md-default-bg-color);
font-size: px2rem(14px);
}
// Hide for print
@media print {
display: none;
}
}