Skip to content

Commit

Permalink
Update Dark Support
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Feb 15, 2024
1 parent 43a9d19 commit 374a841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/thorin-core/src/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
html, body {
font-family: "Satoshi", sans-serif;
background: var(--thorin-background-primary);
color: var(--thorin-text-primary);
}

* {
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h2>Modals</h2>
<style>
.card {
padding: var(--thorin-spacing-4);
border: 1px solid #e5e7eb;
border: 1px solid var(--thorin-border);
border-radius: var(--thorin-radius-card);
}
h1 {
Expand Down

0 comments on commit 374a841

Please sign in to comment.