Change look of links to allow any color

This commit is contained in:
Joscha 2023-08-06 19:06:40 +02:00
parent 90a446a576
commit 8d4253d511

View file

@ -13,11 +13,12 @@ dl {
}
a {
text-decoration: none;
text-decoration: underline;
color: black;
}
a:hover {
text-decoration: underline;
font-weight: bold;
}
dd {
@ -56,6 +57,7 @@ nav>* {
nav> :first-child {
padding-left: 0;
border: none;
}
nav> :last-child {
@ -68,7 +70,11 @@ nav>.current {
}
nav a {
color: black;
text-decoration: none;
}
nav a:hover {
text-decoration: underline;
}
nav img {