Skip to content

Commit

Permalink
Merge pull request #76 from will-moore/darkmode_css_fixes
Browse files Browse the repository at this point in the history
Darkmode css fixes
  • Loading branch information
joshmoore authored Oct 28, 2024
2 parents de8d2bc + c748218 commit 7715ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ome2024-ngff-challenge/src/ImageList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
margin: auto;
flex: auto 1 1;
overflow: hidden;
background-color: var(--background-color);
}
.row {
Expand Down
2 changes: 1 addition & 1 deletion ome2024-ngff-challenge/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;

font-synthesis: none;
text-rendering: optimizeLegibility;
Expand Down Expand Up @@ -64,6 +63,7 @@ body {
--bg-opacity: 0;
background: black;
color: #bbb;
--background-color: #222;
--light-background: #222;
--border-color: #333;
--selected-background: #444;
Expand Down

0 comments on commit 7715ee9

Please sign in to comment.