From 8e60503953184c34d6958531b503d7fde2c195a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pereira?= Date: Tue, 13 Jun 2023 08:26:01 +0200 Subject: [PATCH] Improve a statement (#27769) Color variables should be enclosed between quotation marks, quotation marks could be single or double, but they are quotation marks, not apostrophes. --- source/_integrations/frontend.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/frontend.markdown b/source/_integrations/frontend.markdown index 867d96ad78d..54b9d7e3cf9 100644 --- a/source/_integrations/frontend.markdown +++ b/source/_integrations/frontend.markdown @@ -65,7 +65,7 @@ frontend: accent-color: darkred ``` -The example above defines two themes named `happy` and `sad`. For each theme, you can set values for CSS variables. If you want to provide hex color values, wrap those in apostrophes, since otherwise, YAML would consider them a comment (`primary-color: "#123456"`). +The example above defines two themes named `happy` and `sad`. For each theme, you can set values for CSS variables. If you want to provide hex color values, wrap those in quotation marks, since otherwise, YAML would consider them a comment (`primary-color: "#123456"`). ### Supported theme variables