aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-09-22 10:07:48 -0700
committerFranck Cuny <franck@fcuny.net>2024-09-22 10:07:48 -0700
commit5e16a3a7444d8df6047446ef54f57664eef321a6 (patch)
tree5236b47e133c199a3369f874be15161e2ae928b1 /config.toml
parentpublish with just (diff)
downloadfcuny.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.toml2
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