From 2d43e8944e041334b71b874cc87decec5f021919 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Fri, 25 Jun 2021 14:21:18 +0800 Subject: [PATCH] feat: add heading and subheading styles to welcome-to-jekyll.md --- _posts/2018-12-07-welcome-to-jekyll.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2018-12-07-welcome-to-jekyll.md b/_posts/2018-12-07-welcome-to-jekyll.md index 77a8f7f..30b9c72 100644 --- a/_posts/2018-12-07-welcome-to-jekyll.md +++ b/_posts/2018-12-07-welcome-to-jekyll.md @@ -10,6 +10,8 @@ banner: background: "#000" height: "100vh" min_height: "38vh" + heading_style: "font-size: 4.25em; font-weight: bold; text-decoration: underline" + subheading_style: "color: gold" tags: jekyll theme yat sidebar: [] ---