Skip to content

Commit

Permalink
feat: blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 23, 2023
1 parent 4d9fe48 commit 62409ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/MarkdownContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ $header-anchor-offset-top: calc(var(--kui-space-50, $kui-space-50) + 2px);
}
}
blockquote {
border-left: var(--kui-border-width-30, $kui-border-width-30) solid var(--kui-color-border, $kui-color-border);
color: var(--kui-color-text-neutral, $kui-color-text-neutral);
margin: var(--kui-space-70, $kui-space-70) var(--kui-space-0, $kui-space-0);
padding: var(--kui-space-0, $kui-space-0) var(--kui-space-70, $kui-space-70);
}
// task list
.contains-task-list {
list-style-type: none;
Expand Down

0 comments on commit 62409ac

Please sign in to comment.