Skip to content
Discussion options

You must be logged in to vote

I worked with ChatGPT and it came up with the css code below to get close to what I wanted. If anyone's interested in the future...

/* =========================================================
Border — Light mode — merged active tab (minimal)
========================================================= */

/* Frame behind tabs */
.theme-light .mod-root .workspace-tab-header-container,
.theme-light .mod-root .workspace-tab-header-container-inner {
background: #B8CEEA !important;
}

/* Inactive tabs */
.theme-light
.workspace-tabs:not(.mod-stacked)
.workspace-tab-header:not(.is-active)
.workspace-tab-header-inner {
background: #B8CEEA !important;
box-shadow: none !important;
}

/* Active tab = ed…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kbrede
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant