Skip to content

Commit

Permalink
fix: dark mode fix for GraphQL search
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Dec 11, 2024
1 parent 2ee292c commit b31aeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_interface/static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ body.dark-mode a.nav-link.active {
border-color: var(--border-color-dark) var(--border-color-dark) var(--background-color-dark) !important;
}

body.dark-mode :is(pre, .pagination-page-info b, .line-number, .list-group-item-action,
body.dark-mode :is(pre:not(.CodeMirror-line), .pagination-page-info b, .line-number, .list-group-item-action,
.table:not(.table-borderless), .list-group-flush) {
color: var(--text-color-dark) !important;
background-color: var(--background-color-dark) !important;
Expand Down

0 comments on commit b31aeca

Please sign in to comment.