Better blockquote styling

This commit is contained in:
Thomas Sileo 2022-08-03 19:53:55 +02:00
parent 73a7a3ee21
commit 6395a75b6e
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ $primary-button-text-color: #fff;
// Load custom theme
@import "theme.scss";
blockquote {
border-left: 3px solid $secondary-color;
margin-left: 0;
padding-left: 1.5em;
}
.muted {
color: $muted-color;
}