💄 fixed print styling
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
0bafcaf38d
commit
44457edd7c
1 changed files with 32 additions and 0 deletions
|
@ -235,3 +235,35 @@ blockquote {
|
|||
padding: 0 0 0 10px;
|
||||
border-left: 5px solid var(--light-1);
|
||||
}
|
||||
|
||||
/* PRINT */
|
||||
@media print {
|
||||
body {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
font-family: Georgia, serif;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
line-height: 1.3;
|
||||
font-family: Helvetica, sans-serif;
|
||||
}
|
||||
a, main a, .post main a:visited {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
blockquote, code {
|
||||
background: #fff;
|
||||
margin: 0;
|
||||
padding: 0 1.5em;
|
||||
border-left: 5px solid #000;
|
||||
}
|
||||
nav, footer, header {
|
||||
display: none !important;
|
||||
}
|
||||
.blogtime {
|
||||
color: #000;
|
||||
}
|
||||
#jr {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue