We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3912951 commit 8ff431aCopy full SHA for 8ff431a
src/client/theme-default/styles/components/vp-doc.css
@@ -226,13 +226,19 @@
226
227
.vp-doc .custom-block div[class*='language-'] {
228
margin: 8px 0;
229
+ border-radius: 8px;
230
}
231
232
.vp-doc .custom-block div[class*='language-'] code {
233
font-weight: 400;
234
background-color: transparent;
235
236
237
+.vp-doc .custom-block .vp-code-group .tabs {
238
+ margin: 0;
239
+ border-radius: 8px 8px 0 0;
240
+}
241
+
242
/**
243
* Code
244
* -------------------------------------------------------------------------- */
0 commit comments