diff options
-rw-r--r-- | content/posts/2021-05-30-css-stylus.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2021-05-30-css-stylus.md b/content/posts/2021-05-30-css-stylus.md index 4083478..65a9e8f 100644 --- a/content/posts/2021-05-30-css-stylus.md +++ b/content/posts/2021-05-30-css-stylus.md @@ -63,7 +63,7 @@ Here is the CSS I used: --switcher-bg-color: #fff; } -html { +body { font-family: monospace; } |