Skip to content

Commit 9b52544

Browse files
committed
Modified navbar item highlight class from bg-light to bg-dark-subtle
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 258ae43 commit 9b52544

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theme/partials/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<span class="fw-bold dropdown-toggle dk-pkg-name" data-bs-toggle="dropdown" aria-expanded="false">{{ config.extra.project }}</span>
1414
<ul class="dropdown-menu">
1515
{% for project in config.extra.projects %}
16-
<li class="dropdown-item {{ 'bg-light' if config.extra.project == project.name }}">
16+
<li class="dropdown-item {{ 'bg-dark-subtle' if config.extra.project == project.name }}">
1717
<a href="{{ project.docs_url }}" class="nav-link d-flex gap-4 align-items-center">
1818
<i class="bi bi-arrow-return-right text-primary"></i>
1919
<div class="py-1">

0 commit comments

Comments
 (0)