mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Font-swap on font-awesome and image compression
This commit is contained in:
parent
1964f176d2
commit
e437fcdd1a
9 changed files with 26 additions and 19 deletions
2
assets/css/fontawesome.css
vendored
2
assets/css/fontawesome.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue