Css
All checks were successful
/ publish (push) Successful in 57s

This commit is contained in:
milovann 2024-12-09 19:00:39 +01:00
parent 27cb84807a
commit 49bb98b4ec

View file

@ -25,31 +25,24 @@ body {
} }
} }
@media print {
html {
background-color: white;
}
body {
background-color: transparent;
color: black;
font-size: 12pt;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3, h4 {
page-break-after: avoid;
}
}
p { p {
margin: 1em 0; margin: 1em 0;
} }
a { a {
color: #1a1a1a; color: #c2410c;
font-weight: bold;
text-decoration: none;
} }
a:visited { a:visited {
color: #1a1a1a; color: #c2410c;
font-weight: bold;
text-decoration: none;
}
h1:a {
color: #c2410c;
font-weight: bold;
text-decoration: none;
} }
img { img {
max-width: 100%; max-width: 100%;