From 713865a094857e4751d2e2de59fdfd6d432e3724 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 27 Oct 2023 00:58:12 +0800 Subject: [PATCH] Revert "Let's prettify all paragraphs" This reverts commit 4897847601c69dd7af98e9e91f624e8c11a83374. --- src/index.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/index.css b/src/index.css index c1ad8182..ab41185d 100644 --- a/src/index.css +++ b/src/index.css @@ -148,16 +148,6 @@ body { } } -p { - /* - white-space is shorthand for two values; white-space-collapse and text-wrap - https://developer.mozilla.org/en-US/docs/Web/CSS/white-space - !important is needed to override higher specificity when elements are styled - with `white-space` and 1 value, which doesn't have "pretty" - */ - text-wrap: pretty !important; -} - a { color: var(--link-color); text-decoration-color: var(--link-faded-color);