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 9622be9
Showing 1 changed file with 3 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

0 comments on commit 9622be9

Please sign in to comment.