Skip to content

Commit cef2d34

Browse files
committed
CSS: better handle top menu. Change h1 base color.
1 parent 222faf0 commit cef2d34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_includes/header.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<body>
2020

21-
<div class="navbar navbar-expland-lg" role="navigation">
21+
<div class="navbar navbar-expand-lg" role="navigation">
2222
<div class="container-fluid">
2323
<a class="navbar-brand" href="{{ site.baseurl }}/">{{ site.name }}</a>
2424
<button class="navbar-toggler" type="button"
@@ -38,12 +38,12 @@
3838
role="button"
3939
data-bs-toggle="dropdown"
4040
aria-expanded="false">
41-
{{ navTab.label }}
42-
<span class="caret"></span>
41+
{{ navTab.label }}
42+
<span class="caret"></span>
4343
</a>
4444
<ul class="dropdown-menu">
4545
{% for dropTab in navTab.submenu %}
46-
<li class="dropdown-menu">
46+
<li class="dropdown-item">
4747
<a href="{{ dropTab.url | prepend: site.baseurl }}">
4848
{{ dropTab.label }}
4949
</a>

css/herbal3d.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--mb-sidebar-a-hover: #2087df;
88
--mb-well-bg: #d0e5da;
99
--mb-well-color: var(--mb-base-color);
10-
--mb-well-h1-bg: #1d146f;
10+
--mb-well-h1-bg: #95d0ab;
1111
--mb-well-h1-color: #ee4444;
1212
--mb-nav-bg: var(--mb-well-bg);
1313
--mb-nav-color: var(--mb-base-color);

0 commit comments

Comments
 (0)