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
164 B
CSS
Raw Normal View History

nav, .headerlink {
display: none;
}
a {
color: inherit;
text-decoration: underline;
}
a:not([href^="#"])::after {
content: " (" attr(href) ")";
}