Skip to content

Commit

Permalink
Merge pull request #338 from jonathanhefner/blockquote
Browse files Browse the repository at this point in the history
Style `blockquote` elements
  • Loading branch information
jonathanhefner authored Oct 19, 2023
2 parents a4710d4 + 3eb7713 commit 11f7ba4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/rdoc/generator/template/rails/resources/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ a {
}
}

blockquote {
padding: var(--space-xs) 0 var(--space-xs) var(--space);
border-left: var(--space-sm) solid color-mix(in srgb, currentColor 15%, transparent);
}

table {
border-collapse: collapse;
}
Expand Down

0 comments on commit 11f7ba4

Please sign in to comment.