Added impressum and privacy policity links

This commit is contained in:
2021-03-16 20:57:22 +01:00
parent 8abcc0bf94
commit 133be6c98d
5 changed files with 78 additions and 3 deletions

View File

@@ -452,6 +452,12 @@ label::after {
}
.footer a {
text-decoration: none;
color: #868c96;
}
.footer a:hover {
text-decoration: underline;
color: #868c96;
}
@@ -641,6 +647,6 @@ label::after {
}
.underline {
text-decoration: underline;
text-decoration-color: #a6a6a6;
text-decoration: underline;
text-decoration-color: #a6a6a6;
}