Skip to content

Commit 9979135

Browse files
authored
Add active color styles for nav-pills
1 parent 55f6d30 commit 9979135

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css/common-bootstrap.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
color: var(--dita-prussian-blue);
9393
}
9494

95+
.nav-pills .active :is(.cmdname, .codeph, .filepath, .option, .parmname,
96+
.numcharref, .parameterentity, .textentity, .xmlatt, .xmlelement, .xmlnsname, .xmlpi) {
97+
color: var(--bs-nav-pills-link-active-color);
98+
}
99+
95100
.boolean {
96101
color: var(--bs-green);
97102
}

0 commit comments

Comments
 (0)