From 7779dbfcb847e9aa20e01ae0f8354c3c0de38fe3 Mon Sep 17 00:00:00 2001 From: Evan Relf Date: Fri, 8 Apr 2022 15:21:52 -0700 Subject: docs: Quote TOML keys containing dots (#2040) --- book/src/themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'book') diff --git a/book/src/themes.md b/book/src/themes.md index 62265e28..219b0ee3 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -37,8 +37,8 @@ configuration values in your theme. To do this, add a table called `palette` to your theme file: ```toml -ui.background = "white" -ui.text = "black" +"ui.background" = "white" +"ui.text" = "black" [palette] white = "#ffffff" -- cgit v1.2.3-70-g09d2