Skip to content

Commit a981dd6

Browse files
committed
docs: remove border-radius throughout theme
Set all border-radius values to 0 for a sharper, more consistent visual style across all elements (blockquotes, code blocks, tables, details, images, inputs, etc.).
1 parent 0a3208d commit a981dd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/theme/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
--link-color: rgb(62, 140, 218);
2828
--link-hover: var(--color-plan-mode-hover);
2929
--content-max-width: 78ch;
30-
--radius-lg: 10px;
31-
--radius-md: 8px;
32-
--radius-sm: 6px;
33-
--radius-xs: 4px;
30+
--radius-lg: 0;
31+
--radius-md: 0;
32+
--radius-sm: 0;
33+
--radius-xs: 0;
3434
--shadow-1: 0 1px 1px hsl(0 0% 0% / 0.25);
3535
--shadow-2: 0 2px 10px hsl(0 0% 0% / 0.35);
3636

0 commit comments

Comments
 (0)