From bf65047c6082c0cdd19b7e797c414fb584e303ee Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 4 Apr 2024 13:53:29 +0200 Subject: [PATCH] Updated letter spacing --- public/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/app.css b/public/app.css index af757e6..07fb764 100644 --- a/public/app.css +++ b/public/app.css @@ -12,6 +12,7 @@ --font-family-mono: monospace; --font-size: 18px; --line-height: 1.6; + --letter-spacing: -0.02em; --max-width: 65ch; --padding: 0.78571429em 0.92857143em; --border-radius: 5px; @@ -38,6 +39,7 @@ body { font-family: var(--font-family); font-size: var(--font-size); line-height: var(--line-height); + letter-spacing: var(--letter-spacing); color: var(--text-color); background-color: var(--body-color); word-break: break-word; @@ -101,7 +103,6 @@ h1 { color: white; font-size: 2.2rem; font-weight: normal; - letter-spacing: -0.02em; } h2 {