Skip to content

Commit

Permalink
fix #75
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Mar 30, 2024
1 parent 952e02f commit e664d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ html.theme-light,
--forum-post-extra-media-count-container-background: hsl(var(--primary-660-hsl) / 0.8);
--forum-post-tag-background: hsl(var(--primary-660-hsl) / 0.9);
--guild-notifications-bottom-sheet-pill-background: var(--primary-700);
--header-muted: red;
--header-muted: var(--text-4);
--header-primary: var(--text-2);
--header-secondary: var(--text-4);
--home-background: var(--bg-4);
Expand Down Expand Up @@ -1095,7 +1095,7 @@ html.theme-light,
--text-normal: var(--text-3);
--text-positive: var(--green-330);
--text-primary: red;
--text-secondary: red;
--text-secondary: var(--text-3);
--text-warning: var(--yellow-300);
--textbox-markdown-syntax: var(--primary-360);
--theme-locked-blur-fallback: hsl(var(--primary-700-hsl) / 0.96);
Expand Down

0 comments on commit e664d9c

Please sign in to comment.