From 85ec5eebbc8510670873050561a09a2eb3ba2d7c Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:31:28 -0700 Subject: [PATCH] feat: Add styles to make FontAwesome icons appear correctly when embedded --- assets/styles/millironx.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/styles/millironx.css b/assets/styles/millironx.css index 136e6c6..2940615 100644 --- a/assets/styles/millironx.css +++ b/assets/styles/millironx.css @@ -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 */