Skip to content

Commit

Permalink
update brightness magic number on light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alissonlauffer committed Jul 7, 2024
1 parent 0d27f72 commit 30b7955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/nowplaying-dom.astro
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ import "@fontsource/inter/700.css";

<style>
.light-mode {
--filter-brightness: 1.1;
--filter-brightness: 1.5;
--base-color-secondary: #fff;
--mix-blend-mode: darken;
}
Expand Down

0 comments on commit 30b7955

Please sign in to comment.