From fbef9dc37acf457906102a112c17115ae6172568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BE=E3=81=A4=E3=81=BE=E3=81=A4?= Date: Thu, 28 Nov 2024 03:17:09 +0900 Subject: [PATCH] U --- _sass/jekyll-theme-chirpy.scss | 1 + _sass/layout/custom.scss | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 _sass/layout/custom.scss diff --git a/_sass/jekyll-theme-chirpy.scss b/_sass/jekyll-theme-chirpy.scss index fe7c5084..eb16c782 100644 --- a/_sass/jekyll-theme-chirpy.scss +++ b/_sass/jekyll-theme-chirpy.scss @@ -16,6 +16,7 @@ "addon/syntax", "addon/commons", + "layout/custom", "layout/home", "layout/post", "layout/tags", diff --git a/_sass/layout/custom.scss b/_sass/layout/custom.scss new file mode 100644 index 00000000..03bf8e48 --- /dev/null +++ b/_sass/layout/custom.scss @@ -0,0 +1,4 @@ +hr { + margin: 2rem 0; + border-top: 2px solid rgba(0,0,0,0.1); +} \ No newline at end of file