From fff736b992625d03a332c3745b38a6dcbac8e796 Mon Sep 17 00:00:00 2001 From: monochromer Date: Sun, 19 Jan 2025 17:13:19 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=B8=D1=82=20=D1=81?= =?UTF-8?q?=D0=B5=D0=BB=D0=B5=D0=BA=D1=82=D0=BE=D1=80=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D0=B1=D1=83=D0=BA=D0=B2=D0=B8=D1=86=D1=8B=20(#389)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/blocks/article.css | 14 ++++++++++++++ src/styles/blocks/content.css | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/styles/blocks/article.css b/src/styles/blocks/article.css index 70eeaf71..cd6f9174 100644 --- a/src/styles/blocks/article.css +++ b/src/styles/blocks/article.css @@ -301,3 +301,17 @@ grid-column: 3 / -2; } } + +/* Letter */ + +.article__content > p:first-of-type::first-letter { + float: left; + margin-top: 0.13em; + margin-left: -5px; + padding-right: 15px; + color: var(--token-color-content-first-letter); + font-weight: normal; + font-size: 3.5em; + font-stretch: expanded; + line-height: 0.65; +} diff --git a/src/styles/blocks/content.css b/src/styles/blocks/content.css index 5abe055b..47d6ad78 100644 --- a/src/styles/blocks/content.css +++ b/src/styles/blocks/content.css @@ -380,20 +380,6 @@ border: 0; } -/* Letter */ - -.content > p:first-child::first-letter { - float: left; - margin-top: 0.13em; - margin-left: -5px; - padding-right: 15px; - color: var(--token-color-content-first-letter); - font-weight: normal; - font-size: 3.5em; - font-stretch: expanded; - line-height: 0.65; -} - /* Tables */ .content__table-wrapper {