Skip to content

Commit

Permalink
🎨 Fix search bar for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Feb 27, 2024
1 parent f971bf4 commit fbb0f15
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8529,6 +8529,24 @@ body.dark-mode .navbar-light .navbar-nav .nav-link {
transition: .4s;
}

body.dark-mode .modal-dialog{
filter: invert(100%);
color: whitesmoke !important;
}

body.dark-mode .modal-header{
filter: invert(100%);
color: whitesmoke !important;
}

body.dark-mode .modal-footer button{
filter: invert(100%);
}

body.dark-mode .modal-title{
color: whitesmoke !important;
}

.dark-mode {
--blue: #5a00e0;
--indigo: #3a2062;
Expand Down

0 comments on commit fbb0f15

Please sign in to comment.