Use Coda font for page links, too

This commit is contained in:
2023-03-11 17:20:22 +01:00
parent 54c4294d08
commit 4d47696dcd

View File

@@ -36,6 +36,7 @@ a:hover {
.page-link {
color: #b50707;
font-family: 'Coda', sans-serif;
}
.page-link:hover {
color: #a40d0d;
@@ -46,7 +47,7 @@ a:hover {
}
.btn {
font-family: 'Coda', 'sans-serif';
font-family: 'Coda', sans-serif;
}
.btn-primary {
--bs-btn-bg: #6c757d;