Skip to content

Commit

Permalink
Clean up alerts/blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
DeclanChidlow committed Feb 10, 2025
1 parent a07f626 commit cec7faf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/assets/styles/type/type.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ blockquote {
blockquote,
.markdown-alert {
padding: 0.5rem 1rem;
background: light-dark(oklch(76% 0.03 55 / 0.3), oklch(24% 0.006 17.6 / 0.3));
background: light-dark(oklch(from var(--white) l c h / 0.3), oklch(from var(--dark_grey) l c h / 0.3));
border: 0.05rem solid light-dark(transparent, var(--grey));
border-left: 0.3rem solid var(--grey);
}
Expand All @@ -119,8 +119,6 @@ blockquote,
display: flex;
gap: 1ch;
align-items: center;
color: var(--alert_colour);
fill: var(--alert_coolour);
}

.markdown-alert-note {
Expand Down

0 comments on commit cec7faf

Please sign in to comment.