Skip to content

Commit

Permalink
Fix background colour to dark for list items in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Oct 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3dd8f95 commit 0f6cf99
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ome2024-ngff-challenge/src/ImageList.svelte
Original file line number Diff line number Diff line change
@@ -59,6 +59,7 @@
margin: auto;
flex: auto 1 1;
overflow: hidden;
background-color: var(--background-color);
}
.row {
1 change: 1 addition & 0 deletions ome2024-ngff-challenge/src/app.css
Original file line number Diff line number Diff line change
@@ -64,6 +64,7 @@ body {
--bg-opacity: 0;
background: black;
color: #bbb;
--background-color: #222;
--light-background: #222;
--border-color: #333;
--selected-background: #444;

0 comments on commit 0f6cf99

Please sign in to comment.