From 77283aa441147555567d0e6360a2d0f82dae53f6 Mon Sep 17 00:00:00 2001
From: gesslar <1266935+gesslar@users.noreply.github.com>
Date: Sun, 23 Feb 2025 23:24:45 -0500
Subject: [PATCH] Update index.mdx
adding missing terminating backtick
---
docs/design/css/variables/index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/design/css/variables/index.mdx b/docs/design/css/variables/index.mdx
index 62fb24e..7c6eba7 100644
--- a/docs/design/css/variables/index.mdx
+++ b/docs/design/css/variables/index.mdx
@@ -183,7 +183,7 @@ There are a number of variables for the "base" colors used on your site. These a
| `--ifm-pagination-color-active` | The color of the active page in the pagination component. | | |
| | | | |
| `--ifm-pills-color-active` | The color of the active pill in the pills component. | | |
-| `--ifm-pills-color-background-active | The background color of the active pill in the pills component. | | |
+| `--ifm-pills-color-background-active` | The background color of the active pill in the pills component. | | |
| | | | |
| `--ifm-toc-border-color` | The color of the border around the table of contents. | | |
| `--ifm-toc-link-color` | The color of links in the table of contents. | | |