mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
12 lines
151 B
CSS
12 lines
151 B
CSS
nav {
|
|
display: none;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:not([href^="#"])::after {
|
|
content: " (" attr(href) ")";
|
|
}
|