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

@@ -29,7 +29,7 @@
* {-moz-box-sizing: border-box; box-sizing: border-box;}
a {
.articles a {
box-shadow: inset 0 0 0 0 var(--color-text);
color: --color-text;
padding: 0 .25rem;
@@ -38,13 +38,13 @@
}
a:hover {
.articles a:hover {
color: var(--color-background);
box-shadow: inset 300px 0 0 0 var(--color-text);
text-decoration: none;
}
a {
.articles a {
color: var(--color-text);
text-decoration: underline 2px;
font-weight: 700;
@@ -65,10 +65,6 @@ a {
text-align: right;
}
.readmore a {
color: var(--color-text);
text-decoration: underline;
}
.copyleft {