We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d47405 commit 2a8f6caCopy full SHA for 2a8f6ca
2 files changed
inst/pkgdown/assets/BS5/gitdevr.css
@@ -319,6 +319,11 @@ blockquote,
319
background-color: RGBA(var(--bs-body-color-rgb), 0.1);
320
}
321
322
+.code-with-filename .code-with-filename-file pre {
323
+ border-top-left-radius: 0;
324
+ border-top-right-radius: 0;
325
+}
326
+
327
code a:any-link {
328
text-decoration: underline;
329
background-color: transparent !important;
@@ -357,6 +362,11 @@ code {
357
362
:not(li, blockquote) > div > .btn-copy-ex {
358
363
right: calc(var(--bs-gutter-x) * -0.5 + 5px);
359
364
365
366
+ .code-with-filename {
367
+ margin-right: calc(var(--bs-gutter-x) * 0.5);
368
+ margin-left: calc(var(--bs-gutter-x) * 0.5);
369
+ }
360
370
361
371
372
/* --- Inherited args --- */
0 commit comments