1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00
Radicale/assets/print.css

13 lines
151 B
CSS
Raw 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) ")";
}