Skip to content

Commit d86206c

Browse files
authored
Merge pull request #45 from gesslar/patch-1
Update index.mdx
2 parents f3a2d75 + 77283aa commit d86206c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/css/variables/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ There are a number of variables for the "base" colors used on your site. These a
183183
| `--ifm-pagination-color-active` | The color of the active page in the pagination component. | <ColorPreview color='#2e8555' label='var(--ifm-color-primary)' /> | <ColorPreview color='#25c2a0' label='var(--ifm-color-primary)' /> |
184184
| | | | |
185185
| `--ifm-pills-color-active` | The color of the active pill in the pills component. | <ColorPreview color='#2e8555' label='var(--ifm-color-primary)' /> | <ColorPreview color='#25c2a0' label='var(--ifm-color-primary)' /> |
186-
| `--ifm-pills-color-background-active | The background color of the active pill in the pills component. | <ColorPreview color='rgba(0, 0, 0, 0.05)' label='var(--ifm-hover-overlay)' /> | <ColorPreview color='rgba(255, 255, 255, 0.05)' label='var(--ifm-hover-overlay)' /> |
186+
| `--ifm-pills-color-background-active` | The background color of the active pill in the pills component. | <ColorPreview color='rgba(0, 0, 0, 0.05)' label='var(--ifm-hover-overlay)' /> | <ColorPreview color='rgba(255, 255, 255, 0.05)' label='var(--ifm-hover-overlay)' /> |
187187
| | | | |
188188
| `--ifm-toc-border-color` | The color of the border around the table of contents. | <ColorPreview color='#dadde1' label='var(--ifm-color-emphasis-300)' /> | <ColorPreview color='#606770' label='var(--ifm-color-emphasis-300)' /> |
189189
| `--ifm-toc-link-color` | The color of links in the table of contents. | <ColorPreview color='#525860' label='var(--ifm-color-content-secondary)' /> | <ColorPreview color='rgba(255, 255, 255, 1)' label='var(--ifm-color-content-secondary)' /> |

0 commit comments

Comments
 (0)