From 07e0688e645d1c50ef6d0acb4634f900186f0d8c Mon Sep 17 00:00:00 2001 From: Sungchan Yi Date: Sun, 17 Sep 2023 00:15:04 +0900 Subject: [PATCH] feat: blockquote, heading style changed, font size adjusted --- assets/css/jekyll-theme-chirpy.scss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/assets/css/jekyll-theme-chirpy.scss b/assets/css/jekyll-theme-chirpy.scss index 90a4652..0ef0306 100644 --- a/assets/css/jekyll-theme-chirpy.scss +++ b/assets/css/jekyll-theme-chirpy.scss @@ -17,14 +17,20 @@ div.highlight { div.content { h1, h2, h3, h4, h5, h6 { font-family: palatino, Pretendard; + font-weight: bold; } font-family: palatino, Pretendard; - font-size: 110%; + font-size: 105%; + + blockquote { + color: black; + border-left-color: rgba(0, 191, 255, 0.5); + } } .MathJax { - font-size: 90%; + font-size: 100%; } time.year.lead { @@ -38,5 +44,5 @@ div.language-plaintext.highlighter-rouge { } div.footnotes { - font-size: 80%; + font-size: 90%; }