Skip to content

Commit

Permalink
Add explicit background and text color in light mode
Browse files Browse the repository at this point in the history
Fixes some issues in the desktop app
  • Loading branch information
GarboMuffin committed Aug 21, 2023
1 parent 75a1d4c commit e8b7f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/p4/P4.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<style>
:root {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background: white;
color: black;
}
:global([theme="dark"]) {
background: #111;
Expand Down

0 comments on commit e8b7f2c

Please sign in to comment.