From e8c3452f546ca0bd954af340bbd39f851f162056 Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Tue, 30 May 2023 12:03:06 -0400 Subject: [PATCH] Remove negative letter-spacing for paragraphs (#27590) --- source/_styles/custom/content.css | 9 ++++----- source/_styles/custom/guide.css | 1 - 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/source/_styles/custom/content.css b/source/_styles/custom/content.css index 53dbd079805..6594fcd72b8 100644 --- a/source/_styles/custom/content.css +++ b/source/_styles/custom/content.css @@ -77,7 +77,6 @@ } .content p { color: rgb(87 87 87); - letter-spacing: -0.02em; font-weight: 400; font-size: 1rem; line-height: 1.5rem; @@ -283,7 +282,7 @@ margin-left: -20px; scroll-margin-top: 100px; } - + .content .config-vars .config-vars-label:hover a.title-link::before { position: absolute; top: 50%; @@ -299,7 +298,7 @@ height: 15px; width: 15px; } - + .content .config-vars .config-vars-default { padding-top: 8px; } @@ -308,7 +307,7 @@ margin: 0; display: inline; } - + .content .config-vars .config-vars-default .nested { margin-left: 48px; } @@ -339,5 +338,5 @@ .content table th, .content table td { padding: 6px; - } + } } \ No newline at end of file diff --git a/source/_styles/custom/guide.css b/source/_styles/custom/guide.css index 13cc5d4350a..1c67324d28f 100644 --- a/source/_styles/custom/guide.css +++ b/source/_styles/custom/guide.css @@ -68,7 +68,6 @@ .guide-content p { --tw-text-opacity: 1; color: rgb(87 87 87 / var(--tw-text-opacity)); - letter-spacing: -0.02em; font-weight: 400; font-size: 1rem; line-height: 1.5rem;