Skip to content

Commit

Permalink
improve tabs styling for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jayadehart committed Nov 4, 2024
1 parent b4da6e6 commit 270aacd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/src/components/docs/tabs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ const { tabName, slotOne, slotTwo } = Astro.props;
}

.tab.active {
border-bottom: 1px solid #4a3eeb;
color: #4a3eeb;
color: white;
border-radius: 0.5rem;
background-color: #4a3eeb;
}

.tab-panel.hidden {
Expand Down

0 comments on commit 270aacd

Please sign in to comment.