From 078fc245aee9da0f6e5e0ac04040a62307d596ce Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 5 Aug 2022 09:17:20 +0100 Subject: [PATCH] Update docs/styles/background.md Co-authored-by: darrenburns --- docs/styles/background.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styles/background.md b/docs/styles/background.md index 3530e0d80..9cb3fe9c7 100644 --- a/docs/styles/background.md +++ b/docs/styles/background.md @@ -28,7 +28,7 @@ background: rgb(100,120,200); ## Python -You can use the same syntax as CSS, or explicitly set a Color object. +You can use the same syntax as CSS, or explicitly set a `Color` object for finer-grained control. ```python # Set blue background