Skip to content

Commit 28fec6b

Browse files
authored
add styling to blockquote in content component (#17423)
fixes #17421 After: ![Screenshot 2023-05-05 at 12 51 05](https://user-images.githubusercontent.com/13436592/236439211-78bf59cf-b778-45cc-af00-2ed5f14b37c8.png) @szymon-rd I was not sure who to assign to, or which branch to use
1 parent c84fbac commit 28fec6b

File tree

1 file changed

+9
-0
lines changed
  • scaladoc/resources/dotty_res/styles/theme/layout

1 file changed

+9
-0
lines changed

scaladoc/resources/dotty_res/styles/theme/layout/content.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,15 @@
215215
vertical-align: top;
216216
}
217217

218+
/* content blockquote */
219+
#content blockquote {
220+
color: var(--text-secondary);
221+
border-left: 4px solid var(--border-default);
222+
padding: 0 calc(2 * var(--base-spacing));
223+
margin-inline-start: calc(2 * var(--base-spacing));
224+
margin-inline-end: calc(2 * var(--base-spacing));
225+
}
226+
218227
/* content link */
219228
#content a {
220229
color: var(--text-primary);

0 commit comments

Comments
 (0)