Skip to content

Commit

Permalink
Change Web CSS to respect color scheme (i.e. dark)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpie committed Feb 3, 2024
1 parent 2750aad commit 84585d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/backend/wasm/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
}
#rfd-card {
padding: 20px;
background-color: white;
background-color: canvas;
border-radius: 5px;

box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);

color-scheme: light dark;
}
#rfd-title {
line-height: 1.6;
Expand Down

0 comments on commit 84585d0

Please sign in to comment.