We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258ae43 commit 9b52544Copy full SHA for 9b52544
1 file changed
theme/partials/navbar.html
@@ -13,7 +13,7 @@
13
<span class="fw-bold dropdown-toggle dk-pkg-name" data-bs-toggle="dropdown" aria-expanded="false">{{ config.extra.project }}</span>
14
<ul class="dropdown-menu">
15
{% for project in config.extra.projects %}
16
- <li class="dropdown-item {{ 'bg-light' if config.extra.project == project.name }}">
+ <li class="dropdown-item {{ 'bg-dark-subtle' if config.extra.project == project.name }}">
17
<a href="{{ project.docs_url }}" class="nav-link d-flex gap-4 align-items-center">
18
<i class="bi bi-arrow-return-right text-primary"></i>
19
<div class="py-1">
0 commit comments