From ef947b7e45a8b52f7ce2eebe628a7278877f5fde Mon Sep 17 00:00:00 2001 From: BambooStreet Date: Tue, 24 Sep 2024 19:51:54 +0900 Subject: [PATCH] =?UTF-8?q?255=EC=A4=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 255줄 수정 --- _sass/addon/commons.scss | 2 ++ _sass/colors/typography-dark.scss | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 240c2512d1c..5cf28cf055b 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -252,7 +252,9 @@ i { .footnote { @at-root a#{&} { @include ml-mr(1px); + @include pl-pr(2px); + border-bottom-style: none !important; } } diff --git a/_sass/colors/typography-dark.scss b/_sass/colors/typography-dark.scss index 08eedb635bd..7915c634dac 100644 --- a/_sass/colors/typography-dark.scss +++ b/_sass/colors/typography-dark.scss @@ -11,14 +11,14 @@ /* Common color */ // --text-color: rgb(175, 176, 177); // --text-muted-color: #868686; - --text-color: #c7d6e4; // 포스트 내용 색상 변경 + --text-color: #a0b0c0; // 포스트 내용 색상 변경 --text-muted-color: #a0b0c0b0; // 포스트카드 내용 색상 변경 // --text-muted-hightlight-color: #aeaeae; --text-muted-hightlight-color: #d0d0d0; // --heading-color: #cccccc; - --heading-color: #c5d8eb; // 포스트카드 제목 색상 변경 + --heading-color: #b8c8d8; // 포스트카드 제목 색상 변경 --label-color: #a7a7a7; --blockquote-border-color: rgb(66, 66, 66); --blockquote-text-color: #868686;