Change colours for buttons and page indices

This commit is contained in:
Aaron van Geffen 2023-03-11 16:55:22 +01:00
parent 556bbb2753
commit 326c8f11ee
1 changed files with 23 additions and 0 deletions

View File

@ -34,9 +34,32 @@ a:hover {
color: #262626;
}
.page-link {
color: #b50707;
}
.page-link:hover {
color: #a40d0d;
}
.active > .page-link, .page-link.active {
background-color: #990b0b;
border-color: #a40d0d;
}
.btn {
font-family: 'Coda', 'sans-serif';
}
.btn-primary {
--bs-btn-bg: #6c757d;
--bs-btn-border-color: #6c757d;
--bs-btn-hover-bg: #5c636a;
--bs-btn-hover-border-color: #565e64;
--bs-btn-focus-shadow-rgb: 130, 138, 145;
--bs-btn-active-bg: #565e64;
--bs-btn-active-border-color: #51585e;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-bg: #6c757d;
--bs-btn-disabled-border-color: #6c757d;
}
/* Navigation