mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-12 20:43:19 +00:00
7 lines
139 B
SCSS
7 lines
139 B
SCSS
.blockquote {
|
|
// background: var(--bs-light);
|
|
border-left: 0.3rem solid;
|
|
border-color: $secondary;
|
|
padding: 1rem 1.5rem;
|
|
}
|