mirror of
https://github.com/Tailszefox/Pony-Fusion.git
synced 2024-11-23 14:27:59 +01:00
Added simple stylesheet for printing
This commit is contained in:
parent
5045416a4d
commit
063bf635e7
2 changed files with 5 additions and 0 deletions
4
css/print.css
Normal file
4
css/print.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
#faqWrapper, #header
|
||||
{
|
||||
display: none;
|
||||
}
|
|
@ -49,6 +49,7 @@ else
|
|||
<link href="css/style.css" rel="stylesheet" media="screen">
|
||||
<link href="css/style-small.css" rel="stylesheet" media="screen and (max-width: 800px)">
|
||||
<link href="css/dark.css" rel="stylesheet" media="screen and (prefers-color-scheme: dark)" id="darkSheet">
|
||||
<link href="css/print.css" rel="stylesheet" media="print">
|
||||
</head>
|
||||
<body>
|
||||
<div id="faqWrapper">
|
||||
|
|
Loading…
Reference in a new issue