Adding the Contrast Diffrence on the Pages

This commit is contained in:
2025-05-28 16:18:56 +02:00
parent bdf19a89b0
commit 851547064d
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -899,10 +899,14 @@ div.content {
cursor: pointer;
text-decoration: none;
margin: 0px 2px 0px 2px;
color: var(--clr-light-a0);
color: var(--clr-primary-a50);
font-weight: 500;
}
.pager a.current {
color: var(--clr-light-a0);
}