feat: Add styles to make FontAwesome icons appear correctly when embedded

This commit is contained in:
Thomas A. Christensen II 2024-12-01 17:31:28 -07:00
parent 27b1a25a53
commit 85ec5eebbc
Signed by: millironx
GPG key ID: B7044A3432851F64

View file

@ -252,6 +252,22 @@ footer {
color: white;
}
.fa-container svg {
overflow: visible;
box-sizing: content-box;
display: inline-block;
height: 1em;
vertical-align: -0.125em;
}
.fa-container.fa-fw svg {
width: 1.25em;
}
.fa-container svg path {
fill: currentColor;
}
/*
Helper classes
*/