bitcoin-s/api/lib/print.css
Docusaurus bot d140ad0e96 Deploy website
Deploy website version based on a2911f31ed
2021-05-01 18:33:34 +00:00

11 lines
272 B
CSS

@media print {
* {
text-decoration: none;
font-family: "Lato", Arial, sans-serif;
border-width: 0px;
margin: 0px;
}
#textfilter, #package, #subpackage-spacer, #memberfilter, #filterby, div#definition .big-circle {
display: none !important;
}
}