diff --git a/content/blog/the-only-good-thing-about-yaml-anchors-and-aliases-and-extend.md b/content/blog/the-only-good-thing-about-yaml-anchors-and-aliases-and-extend.md index fba5d49..7467ffa 100644 --- a/content/blog/the-only-good-thing-about-yaml-anchors-and-aliases-and-extend.md +++ b/content/blog/the-only-good-thing-about-yaml-anchors-and-aliases-and-extend.md @@ -1,6 +1,6 @@ --- -description: "" -title: The Only Good Thing About YAML: Anchors, Aliases, and Extend +description: "A description" +title: 'The Only Good Thing About YAML: Anchors, Aliases, and Extend' draft: true --- diff --git a/themes/lyte/static/styles.css b/themes/lyte/static/styles.css index fa8271c..0ecd905 100644 --- a/themes/lyte/static/styles.css +++ b/themes/lyte/static/styles.css @@ -131,7 +131,7 @@ body { background-color: #111; color: #fff; font-family: system-ui; - font-weight: 300; + font-weight: 500; font-size: 1rem; }