summaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-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 */