diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-09-22 10:07:48 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-09-22 10:07:48 -0700 |
| commit | 5e16a3a7444d8df6047446ef54f57664eef321a6 (patch) | |
| tree | 5236b47e133c199a3369f874be15161e2ae928b1 /config.toml | |
| parent | publish with just (diff) | |
| download | fcuny.net-5e16a3a7444d8df6047446ef54f57664eef321a6.tar.gz | |
simplify the CSS
Stop playing with fonts, just use what ever is the default from the
user. Make the width of the page a bit more tight. Improve readability
of tables.
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index a2b914b..88f9a3e 100644 --- a/config.toml +++ b/config.toml @@ -13,7 +13,7 @@ feed_filenames = ["feed.xml"] [markdown] highlight_code = true -highlight_theme = "idle" +highlight_theme = "zenburn" render_emoji = true smart_punctuation = true |
