Skip to content

Commit

Permalink
adjust styles for dark mode ??
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jan 23, 2025
1 parent ef38899 commit e19709a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
--flame7: #edcf9e;
--flame8: #ffefae;

/* Desaturated oranges */
--desatFlame8: #fefbe9;

/* A range of desaturated purples */
--desatPurple0: #0f0a1f;
--desatPurple1: #231c3d;
Expand Down
9 changes: 4 additions & 5 deletions src/components/alert/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
margin-bottom: 1rem;
padding: 0.5rem 1rem;
border-radius: 6px;
color: var(--gray-500);
display: flex;
flex-direction: row;
gap: 0.7em;
Expand Down Expand Up @@ -42,8 +41,8 @@
}

.alert-info {
--alert-highlight-color: var(--desatPurple5);
background: var(--desatPurple15);
--alert-highlight-color: var(--accent-12);
background: var(--accent-2);
}

.alert-success {
Expand All @@ -53,6 +52,6 @@
}

.alert-warning {
--alert-highlight-color: var(--flame0);
background: var(--desatFlame8);
--alert-highlight-color: var(--amber-10);
background: var(--amber-2);
}

0 comments on commit e19709a

Please sign in to comment.