File tree 2 files changed +10
-1
lines changed
docs/_docs/reference/experimental
scaladoc/resources/dotty_res/styles/theme/layout
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ title: "Fewer Braces"
4
4
nightlyOf : https://docs.scala-lang.org/scala3/reference/experimental/fewer-braces.html
5
5
---
6
6
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 229
229
vertical-align : top;
230
230
}
231
231
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
+
232
241
/* content link */
233
242
# content a {
234
243
color : var (--text-primary );
You can’t perform that action at this time.
0 commit comments