Files
caldwell/assets/sass/blockquote.scss
2025-09-08 17:30:45 +01:00

22 lines
299 B
SCSS

blockquote {
border-left: 0.15rem solid
color-mix(in srgb, var(--text) 30%, var(--background));
.alert-heading {
font-weight: bold;
margin: 0 0 0.5rem 0;
}
.alert-emoji {
margin-right: 0.5rem;
}
p {
margin: 0 0 0.5rem 0;
}
p:last-child {
margin: 0;
}
}