Skip to content

Commit

Permalink
fix(frontend/dark): invert weekend/holiday and workday colours (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras authored Jan 6, 2025
1 parent abb75f0 commit 5b90151
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/app/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,7 @@
--danger: color-mix(in srgb, rgb(var(--red)), rgb(var(--old-danger)));

--clock: rgb(var(--foreground-muted));

--overview-workday: rgb(var(--old-weekend));
--overview-weekend: var(--secondary);
}

0 comments on commit 5b90151

Please sign in to comment.