Skip to content

Commit

Permalink
Update Dark Theme Bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Feb 19, 2024
1 parent 777d8a3 commit cf6c9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/thorin-core/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ html {
}

@media (prefers-color-scheme: dark) {
html {
html:not(.no-system) {
--thorin-blue-primary: #3889FF;
--thorin-blue-active: #EEF5FF;
--thorin-blue-dim: #D1E4FF;
Expand Down

0 comments on commit cf6c9c9

Please sign in to comment.