Skip to content

Commit fb5ad80

Browse files
dcramercodex
andcommitted
docs: render terminal dots as solid ring donuts
Co-Authored-By: GPT-5 Codex <codex@openai.com>
1 parent 3207b50 commit fb5ad80

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/styles/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,9 +624,9 @@ pre code {
624624
.expressive-code figcaption.header::before {
625625
background: none !important;
626626
background-image:
627-
radial-gradient(circle at center, transparent 56%, #6d6d6d 57% 64%, transparent 65%),
628-
radial-gradient(circle at center, transparent 56%, #6d6d6d 57% 64%, transparent 65%),
629-
radial-gradient(circle at center, transparent 56%, #6d6d6d 57% 64%, transparent 65%) !important;
627+
radial-gradient(circle at center, transparent 32%, #6d6d6d 33% 82%, transparent 83%),
628+
radial-gradient(circle at center, transparent 32%, #6d6d6d 33% 82%, transparent 83%),
629+
radial-gradient(circle at center, transparent 32%, #6d6d6d 33% 82%, transparent 83%) !important;
630630
background-size: 0.48rem 0.48rem !important;
631631
background-position:
632632
0 0.01rem,

0 commit comments

Comments
 (0)