fix link printing

This commit is contained in:
prx 2023-10-14 08:16:48 +02:00
parent 65b1a0b41f
commit 23fd6f466d
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
* {
color:#000;
background:transparent;
color:#000 !important;
background:transparent !important;
}
html { border: 0 }
body {
@ -19,7 +19,7 @@ a {
font-weight: bold;
}
/* show links, but not for images */
a[href^=http]:after, a:not(:local-link):after {
a:after {
font-size: small !important;
content: " \003C" attr(href) "\003E " !important;
}