also looking at this
fix(docs): deploy corrected active tabs
#81
6 files
+64
-5
| @@ -304,7 +304,7 @@ const varsCSS = `/** | ||
| 304 | 304 | --bp-code-tab-text-color: var(--bp-c-text-2); |
| 305 | 305 | --bp-code-tab-bg: var(--bp-code-block-bg); |
| 306 | 306 | --bp-code-tab-hover-text-color: var(--bp-c-text-1); |
| 307 | --bp-code-tab-active-text-color: var(--bp-c-text-1); | |
| 307 | --bp-code-tab-active-text-color: var(--bp-c-brand-1); | |
| 308 | 308 | --bp-code-tab-active-bar-color: var(--bp-c-brand-1); |
| 309 | 309 | } |
| 310 | 310 | |