Remove link on title and correct readmore color

This commit is contained in:
2025-12-22 15:08:47 +01:00
parent 6984d7b04f
commit 7bd8614359
7 changed files with 11 additions and 27 deletions

View File

@@ -20,6 +20,7 @@
color: var(--color-text);
background-color: var(--color-background);
font-family: var(--font-basic);
font-weight: 400;
}
@@ -65,10 +66,6 @@ a {
text-align: right;
}
.readmore a {
color: var(--color-text);
text-decoration: underline;
}
.copyleft {