Skip to content

Commit

Permalink
Updated light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
NadavTasher committed Nov 9, 2024
1 parent a8d06c3 commit 21828df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions image/src/frontend/stylesheets/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
@media (prefers-color-scheme: light) {
:root {
--text: #656565;
--theme: #f5f5f5;
--active: #b3b3b3;
--passive: #ededed;
--theme: #f1f1f1;
--active: #c1c1c1;
--passive: #ffffff;
}
}

0 comments on commit 21828df

Please sign in to comment.