ReviewOS

also looking at this

stacks/bunpress

fix(docs): deploy corrected active tabs

#81
Merged chrisbbreuer wants to merge agent/fix-active-tab-deploy into main
6 files +64 -5
packages/bunpress/src/themes/vitepress/index.tsmodified+1-1
Changes to packages/bunpress/src/themes/vitepress/index.ts
@@ -304,7 +304,7 @@ const varsCSS = `/**
304304 --bp-code-tab-text-color: var(--bp-c-text-2);
305305 --bp-code-tab-bg: var(--bp-code-block-bg);
306306 --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);
308308 --bp-code-tab-active-bar-color: var(--bp-c-brand-1);
309309}
310310