Favicons and such

This commit is contained in:
ericb 2024-12-10 10:46:44 +01:00
parent 21f50f5ccd
commit 19fff30892
12 changed files with 53 additions and 19 deletions

View file

@ -371,8 +371,12 @@ sup.emphasis{
height: 1.5em;
display: inline-flex;
}
.form-check-input:checked {
background-color: var(--bs-link-color);
border-color: var(--bs-link-color);
}
/*modals*/
/* modals */
.modal-header{
border-bottom: none;
}
@ -396,7 +400,7 @@ footer a img{
/* partners logos */
#partners{
padding: var(--div-padding);
border-top: 1px solid var(--secondary);
border-top: 1px solid var(--accent-normal);
border-bottom: 1px solid var(--secondary);
}
.partners-logo-grid{