1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
Radicale/assets/print.css

13 lines
151 B
CSS
Raw Permalink Normal View History

2022-09-15 01:12:41 +02:00
nav {
display: none;
}
a {
color: inherit;
text-decoration: underline;
}
a:not([href^="#"])::after {
content: " (" attr(href) ")";
}