From 7779dbfcb847e9aa20e01ae0f8354c3c0de38fe3 Mon Sep 17 00:00:00 2001 From: Evan Relf Date: Fri, 8 Apr 2022 15:21:52 -0700 Subject: [PATCH] docs: Quote TOML keys containing dots (#2040) --- book/src/themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/themes.md b/book/src/themes.md index 62265e28b..219b0ee3e 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -37,8 +37,8 @@ ### Color palettes `palette` to your theme file: ```toml -ui.background = "white" -ui.text = "black" +"ui.background" = "white" +"ui.text" = "black" [palette] white = "#ffffff"