made country flags apply to windows in chrome browsers

This commit is contained in:
Kenneth SOARES
2025-03-05 19:59:28 +01:00
parent a96b374ad7
commit 9991507297
5 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,5 @@
import { polyfillCountryFlagEmojis } from "country-flag-emoji-polyfill";
window.addEventListener("DOMContentLoaded", () => {
polyfillCountryFlagEmojis();
});

View File

@ -106,6 +106,7 @@ $hovered-red-text-color: #ff4d4d;
color: $text-color;
font-weight: normal;
line-height: 1.3em;
font-family: "Twemoji Country Flags", sans-serif;
&:hover {
background-color: $background-color-hovered;