diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-06-06 22:31:28 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-06-06 22:31:28 +0700 |
commit | 684c79ed41324f05022759e66d6e4c2f397876ad (patch) | |
tree | 9ce15ad965fbadef466861aa287a5815b2bf8acc /content/posts | |
parent | 0a826f8529acef99b9ffd424723a2e68e960866f (diff) | |
download | blog-684c79ed41324f05022759e66d6e4c2f397876ad.tar.gz |
Update style
Diffstat (limited to 'content/posts')
-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; } |