summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-02 15:54:26 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-02 15:54:31 +0100
commitd6d7c1a64b0059ec73fa1472260c1c6f9eedf41f (patch)
tree561d7564899f1c208559c7e8d90a3d90c90a4f47
parent3b9fcece7441725ec9af84420868a219de4df4a1 (diff)
Use text representation only
-rw-r--r--static/css/style.css3
1 files changed, 2 insertions, 1 deletions
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 */