--corner-radius-s
--corner-radius-m
--corner-radius-l
S (4px)
M (8px)
L (12px)
Corner radius tokens are currently used in:
Note: --corner-radius-s and --corner-radius-l are defined but not yet used in the theme.
Override --corner-radius-m to 24px:
24px
--- style: | :root { --corner-radius-m: 24px; } ---
This blockquote now has rounded corners with 24px radius.