From 56cc738aab439afd243f27fef3c579d4cf8acae9 Mon Sep 17 00:00:00 2001 From: 0xDEADFED5 Date: Fri, 5 Jul 2024 15:03:32 -0700 Subject: [PATCH] typo fix + clarification --- docs/source/Concepts/Colors.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/Concepts/Colors.md b/docs/source/Concepts/Colors.md index 6a20e48fd1..8311a0b205 100644 --- a/docs/source/Concepts/Colors.md +++ b/docs/source/Concepts/Colors.md @@ -188,10 +188,10 @@ The hexadecimal color codes used here are the same ones used in web design. | Tag | Effect | | -------- | ---- | -| \|###### | foreground RGB (red/green/blue), 6-digit hexadecimal format. | -| \|\[###### | background RGB | -| \|### | foreground RGB (red/green/blue), 3-digit hexadecimal format. | -| \|\[### | background RGB | +| \|#$$$$$$ | foreground RGB (red/green/blue), 6-digit hexadecimal format, where $ = 0-F | +| \|\[#$$$$$$ | background RGB | +| \|#$$$ | foreground RGB (red/green/blue), 3-digit hexadecimal format. | +| \|\[#$$$ | background RGB | Some 6-digit examples: