Skip to content

Commit

Permalink
[Dark mode] Banner compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Apr 30, 2024
1 parent 495cb0a commit 935f622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,12 @@
width: 100%;
position: fixed;
margin-left: -15px;
z-index: 32;
z-index: 31;
top: 4rem;
}

background: $gray-100;
background: var(--td-pre-bg);
color: var(--bs-body-color);
text-align: center;

& p {
Expand Down
1 change: 1 addition & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ params:
ui:
navbar_logo: true
navbar_translucent_over_cover_disable: true
showLightDarkModeMenu: true
sidebar_menu_compact: true
sidebar_menu_foldable: true
sidebar_search_disable: true
Expand Down

0 comments on commit 935f622

Please sign in to comment.