diff --git a/_sass/base.scss b/_sass/base.scss index f539a9a..2c51ddc 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -76,7 +76,7 @@ textarea { vertical-align: top; } */ .lineno { color: var(--code-color-1); margin-right: 15px; } figure.highlight { margin: 5px 0; } -code { color: #00FF00; } +code { color: #FFFFFF; } pre { background-color: var(--background-color); border: 0; padding: 0; margin: 0; overflow:auto; font-size: $base-font-size; color: #FFFFFF; line-height: 1.7 !important; font-family: $base-font-family !important; } .highlight .hll { background-color: var(--code-color-2); } .highlight .c { color: var(--code-color-1); font-style: italic } /* Comment */ diff --git a/dev/_posts/2022-09-07-blog-composer-script.md b/dev/_posts/2022-09-07-blog-composer-script.md index bfa248b..986cdcb 100644 --- a/dev/_posts/2022-09-07-blog-composer-script.md +++ b/dev/_posts/2022-09-07-blog-composer-script.md @@ -10,7 +10,7 @@ One thing I love about this setup is I just have to write markdown; and I can ea -```text +
 ---
 title: Blog Composer Script
 layout: post
@@ -18,7 +18,7 @@ date: 2022-09-07 17:47:15
 permalink: /dev/2022/SEP/07-blog-composer-script.php
 excerpt_separator: 
 ---
-```
+
This is quite literally the front matter for this post. No, it's not a whole lot of information; but it would be really nice to just have all of that dumped in to a file right in to a ready-to-write state. Run a command and get to typing. This why we run Linux and self-host, right? To automate all the self-hosted things!