also looking at this
fix(docs): deploy corrected active tabs
#81
6 files
+64
-5
| @@ -333,7 +333,7 @@ const varsCSS = `/** | ||
| 333 | 333 | --bp-code-tab-text-color: var(--bp-c-text-2); |
| 334 | 334 | --bp-code-tab-bg: var(--bp-code-block-bg); |
| 335 | 335 | --bp-code-tab-hover-text-color: var(--bp-c-text-1); |
| 336 | --bp-code-tab-active-text-color: var(--bp-c-text-1); | |
| 336 | --bp-code-tab-active-text-color: var(--bp-c-brand-1); | |
| 337 | 337 | --bp-code-tab-active-bar-color: var(--bp-c-brand-1); |
| 338 | 338 | } |
| 339 | 339 | |