Skip to content

Commit 1741846

Browse files
committed
revert the background color for the offcanva menu
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent fc15fab commit 1741846

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dejacode/static/css/dejacode_bootstrap.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ table.text-break thead {
150150
text-underline-position: under;
151151
color: var(--bs-white);
152152
}
153-
.navbar #search-input::placeholder {
154-
color: var(--bs-gray-300);
153+
.navbar .offcanvas {
154+
background-color: var(--bs-djc-blue-bg) !important;
155155
}
156156
.offcanvas {
157157
--bs-offcanvas-width: 280px;

dje/templates/navbar/side_menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<div class="offcanvas offcanvas-start" tabindex="-1" id="side-menu" aria-labelledby="side-menu-label">
1717
<div class="offcanvas-header border-bottom">
18-
<h5 class="offcanvas-title fw-semibold d-flex align-items-center" id="side-menu-label">
18+
<h5 class="offcanvas-title fw-semibold" id="side-menu-label">
1919
{{ SITE_TITLE }}
2020
</h5>
2121
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="{% trans 'Close' %}"></button>

0 commit comments

Comments
 (0)