asiaH8/assets/stylesheets/template/print.css

25 lines
351 B
CSS
Raw Normal View History

2021-04-19 03:11:55 +00:00
// Customize this scss file as you need to fit the design
@charset "utf-8";
body {
background: #fff;
color: #000;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
line-height: 1.3;
2021-06-28 14:57:57 +00:00
font-size: 1em;
2021-04-19 03:11:55 +00:00
}
blockquote,
ul {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
#orbit-bar,
.no-print {
display: none !important;
}