Skip to content

Commit

Permalink
feat: Update Callouts to work with dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 23, 2020
1 parent 6a583fc commit 544d01c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Callouts.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
.tip {
padding: 1.25rem 0.3rem 1.25rem 1.25rem;
margin: 1.55rem 3rem 1.55rem 1.25rem;
color: var(--color-neutrals-900);

h4 {
margin-top: 0.1rem !important;
font-size: 0.8rem !important;
font-size: 0.75rem !important;
text-transform: uppercase;
color: var(--color-neutrals-800) !important;
color: var(--color-neutrals-800);
}
}
.caution {
Expand Down

0 comments on commit 544d01c

Please sign in to comment.