Font-swap on font-awesome and image compression

This commit is contained in:
Brandon Rozek 2023-09-26 16:30:27 -04:00
parent 1964f176d2
commit e437fcdd1a
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
9 changed files with 26 additions and 19 deletions

File diff suppressed because one or more lines are too long

View file

@ -29,6 +29,11 @@ html, body {
word-wrap: break-word;
}
a {
padding-top: 8px; /* Increase tap target */
padding-bottom: 8px; /* Increase tap target */
}
a .fa, a .fas, a .fab {
color: var(--acent-color);
}