Use Coda font for page links, too
This commit is contained in:
parent
54c4294d08
commit
4d47696dcd
@ -36,6 +36,7 @@ a:hover {
|
|||||||
|
|
||||||
.page-link {
|
.page-link {
|
||||||
color: #b50707;
|
color: #b50707;
|
||||||
|
font-family: 'Coda', sans-serif;
|
||||||
}
|
}
|
||||||
.page-link:hover {
|
.page-link:hover {
|
||||||
color: #a40d0d;
|
color: #a40d0d;
|
||||||
@ -46,7 +47,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
font-family: 'Coda', 'sans-serif';
|
font-family: 'Coda', sans-serif;
|
||||||
}
|
}
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
--bs-btn-bg: #6c757d;
|
--bs-btn-bg: #6c757d;
|
||||||
|
Loading…
Reference in New Issue
Block a user