diff --git a/src/pages/index.astro b/src/pages/index.astro index f17241d..f04fb80 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1034,7 +1034,7 @@ import "@new-ui/spacings"; overflow: hidden; } h6.separator:after { - border-top: 1px dotted var(--border); + border-top: 2px dotted var(--border-muted); content: ''; display: table-cell; position: relative;