print stylesheet adjustment
This commit is contained in:
parent
6cb55d904c
commit
a59a731eda
2 changed files with 6 additions and 0 deletions
1
notes
1
notes
|
@ -11,6 +11,7 @@ Jetbrains Mono https://fonts.google.com/specimen/JetBrains+Mono
|
|||
Iosevka https://typeof.net/Iosevka/
|
||||
Londrina Solid
|
||||
"Averia Serif Libre",cursive
|
||||
https://fonts.google.com/specimen/Texturina
|
||||
Architects Daughter https://fonts.google.com/specimen/Architects+Daughter
|
||||
Courier New
|
||||
Gloock https://fonts.google.com/specimen/Gloock
|
||||
|
|
|
@ -276,5 +276,10 @@ pre {
|
|||
.socials {
|
||||
display: none;
|
||||
}
|
||||
/* https://piccalil.li/blog/printing-the-web-making-webpages-look-good-on-paper */
|
||||
a[href]:after {
|
||||
content: " (" attr(href) ")";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue