We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1342f86 commit 1a36d9aCopy full SHA for 1a36d9a
packages/starlight/style/print.css
@@ -108,6 +108,10 @@
108
.sl-markdown-content .expressive-code {
109
break-inside: avoid;
110
}
111
+ .expressive-code .frame.is-terminal .header::before {
112
+ /* Ensure terminal frame dots are visible even if backgrounds are disabled. */
113
+ box-shadow: inset 99rem 99rem var(--sl-color-gray-5);
114
+ }
115
/* Inline code */
116
.sl-markdown-content code:not(:where(.not-content *)) {
117
background-color: transparent !important;
0 commit comments