Skip to content

Commit da8088a

Browse files
bishaboshaG1ng3r
authored andcommitted
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 2050731 commit da8088a

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
@@ -229,6 +229,15 @@
229229
vertical-align: top;
230230
}
231231

232+
/* content blockquote */
233+
#content blockquote {
234+
color: var(--text-secondary);
235+
border-left: 4px solid var(--border-default);
236+
padding: 0 calc(2 * var(--base-spacing));
237+
margin-inline-start: calc(2 * var(--base-spacing));
238+
margin-inline-end: calc(2 * var(--base-spacing));
239+
}
240+
232241
/* content link */
233242
#content a {
234243
color: var(--text-primary);

0 commit comments

Comments
 (0)