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