Favicons and such
This commit is contained in:
parent
21f50f5ccd
commit
19fff30892
12 changed files with 53 additions and 19 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue