diff --git a/wwwroot/styles.css b/wwwroot/styles.css index 419ca95..d79a346 100644 --- a/wwwroot/styles.css +++ b/wwwroot/styles.css @@ -60,6 +60,7 @@ html { font-size: 16px; cursor: pointer; min-width: 44px; + font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Twemoji Country Flags", emoji, sans-serif; } .lang-menu { position: absolute; @@ -82,17 +83,7 @@ html { padding: 6px 10px; text-align: left; cursor: pointer; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border: 0; + font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Twemoji Country Flags", emoji, sans-serif; } .status-bar {