File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
docs/_docs/reference/experimental
scaladoc/resources/dotty_res/styles/theme/layout Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ title: "Fewer Braces"
44nightlyOf : https://docs.scala-lang.org/scala3/reference/experimental/fewer-braces.html
55---
66
7- The documentation contained in this file is now part of [ ./ indentation.html] .
7+ The documentation contained in this file is now part of the [ indentation page ] ( ../other-new-features/ indentation.html) .
Original file line number Diff line number Diff line change 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 );
You can’t perform that action at this time.
0 commit comments