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
2022-09-15 01:13:43 +02:00

12 lines
151 B
CSS

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