forked from Public/pics
Change colours for buttons and page indices
This commit is contained in:
parent
556bbb2753
commit
326c8f11ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user