From 49bb98b4ecedbc898a38280c2a71e9d92844dd63 Mon Sep 17 00:00:00 2001 From: milovann Date: Mon, 9 Dec 2024 19:00:39 +0100 Subject: [PATCH] Css --- scripts/templates/default.css | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/scripts/templates/default.css b/scripts/templates/default.css index 501c61c..b6cba63 100644 --- a/scripts/templates/default.css +++ b/scripts/templates/default.css @@ -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 { margin: 1em 0; } a { - color: #1a1a1a; + color: #c2410c; + font-weight: bold; + text-decoration: none; } a:visited { - color: #1a1a1a; + color: #c2410c; + font-weight: bold; + text-decoration: none; +} + +h1:a { + color: #c2410c; + font-weight: bold; + text-decoration: none; } img { max-width: 100%;