Skip to content

Commit

Permalink
dark mode stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhang621 committed Nov 30, 2024
1 parent 71f9f2a commit d7b215e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/src/components/Explore/LeftPane.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@
background-color: white;
z-index: 1000;
}

@media (prefers-color-scheme: dark) {
.left-pane-container {
background-color: #111;
}
}
6 changes: 6 additions & 0 deletions web/src/components/SubNav.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@
height: 34px;
margin: 0 10px;
}

@media (prefers-color-scheme: dark) {
.subHeaderContainer {
background-color: #111;
}
}

0 comments on commit d7b215e

Please sign in to comment.