Skip to content

Commit

Permalink
Better contrast in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 31, 2024
1 parent c6beb79 commit e910ac0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@
mediumslateblue 70%,
var(--text-color) 30%
);
--button-bg-color: color-mix(
in srgb,
var(--blue-color) 80%,
var(--bg-color) 20%
);
--reblog-faded-color: #b190f141;
--reply-to-text-color: var(--reply-to-color);
--reply-to-faded-color: #ffa60017;
Expand Down

0 comments on commit e910ac0

Please sign in to comment.