diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 15:54:26 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 15:54:31 +0100 |
| commit | d6d7c1a64b0059ec73fa1472260c1c6f9eedf41f (patch) | |
| tree | 561d7564899f1c208559c7e8d90a3d90c90a4f47 /static | |
| parent | 3b9fcece7441725ec9af84420868a219de4df4a1 (diff) | |
Use text representation only
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/style.css | 3 |
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 */ |