From d6d7c1a64b0059ec73fa1472260c1c6f9eedf41f Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 2 Dec 2025 15:54:26 +0100 Subject: Use text representation only --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index aafabe2..846bf21 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -96,6 +96,7 @@ button { body { font-family: var(--font-body); font-synthesis: none; + font-variant-emoji: text; color: var(--foreground); background: var(--primary-color); font-size: var(--root-font-size); @@ -104,7 +105,7 @@ body { flex-direction: column; align-items: stretch; height: 100vh; - + /* Header */ -- cgit