posit-dev / product-doc-theme

Shared theme for Posit product documentation
https://docs.posit.co/
MIT License
5 stars 1 forks source link

Selected tabset isn't distinguishable #63

Closed AshleyHenry15 closed 4 months ago

AshleyHenry15 commented 4 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

All entries are black/gray. Difficult to tell which is the selected tabset

image

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

in theme.scss:


.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: $posit-blue !important;
  font-weight: 700 !important;
}
image

Additional context Add any other context or screenshots about the feature request here.