Skip to content

Commit

Permalink
255줄 수정
Browse files Browse the repository at this point in the history
255줄 수정
  • Loading branch information
BambooStreet committed Sep 24, 2024
1 parent 985b812 commit ef947b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@ i {
.footnote {
@at-root a#{&} {
@include ml-mr(1px);

@include pl-pr(2px);

border-bottom-style: none !important;
}
}
Expand Down
4 changes: 2 additions & 2 deletions _sass/colors/typography-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ef947b7

Please sign in to comment.