Skip to content

Commit

Permalink
fix: unread email item background color
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamertz committed Nov 4, 2024
1 parent 41a377a commit ff22b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/proton/rose-pine.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@description Soho vibes for Proton
@version 1.0.0
@license MIT
@author Joris Mertz (https://github.com/jorismertz/)
@author Julia Mertz (https://github.com/juliamertz/)
@namespace https://github.com/rose-pine/
@homepageURL https://github.com/rose-pine/userstyles
@updateURL https://github.com/rose-pine/userstyles/raw/main/styles/proton/rose-pine.user.css
Expand Down Expand Up @@ -229,7 +229,7 @@
--optional-link-norm: var(--interaction-norm-major-1);
--optional-link-hover: var(--interaction-norm-major-2);
--optional-link-active: var(--interaction-norm-major-3);
--optional-email-item-unread-background-color: var(--background-weak);
--optional-email-item-unread-background-color: @surface;
--optional-email-item-read-background-color: var(--background-norm);
--optional-email-item-read-text-color: var(--text-weak);
--optional-mini-calendar-today-color: @text;
Expand Down

0 comments on commit ff22b82

Please sign in to comment.