diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2021-06-25 14:21:18 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2021-06-25 14:21:18 +0800 |
commit | 2d43e8944e041334b71b874cc87decec5f021919 (patch) | |
tree | c60cd1ea4b907869ac16fdf177bb42cb99a7c0cf /_posts | |
parent | 3340bcd1b7a4aaf9fe7f1d3097af713b5234c98e (diff) |
feat: add heading and subheading styles to welcome-to-jekyll.md
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2018-12-07-welcome-to-jekyll.md | 2 |
1 files changed, 2 insertions, 0 deletions
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: [] --- |