Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: update popup-init background colors to match latest designs
  • Loading branch information
davidmurdoch committed Jul 16, 2025
commit 258eca23face90c8f643c7aca73563e96c2164d6
4 changes: 2 additions & 2 deletions app/popup-init.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
html {
width: 400px;
height: 600px;
background: #f2f4f6;
background: #fff;
}
@media screen and (prefers-color-scheme: dark) {
html {
background: #24272a;
background: #121314;
}
}
</style>
Expand Down
Loading