Skip to content

Commit 7565a17

Browse files
committed
Update submodule
1 parent 7f32cd9 commit 7565a17

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

index.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
padding-top: 1rem;
5353
}
5454

55+
.hero-code .sourceCode {
56+
border-bottom-left-radius: 5px;
57+
border-bottom-right-radius: 5px;
58+
}
59+
5560
.hero-code pre,
5661
.hero-code code {
5762
color: var(--bs-body-color);
@@ -60,6 +65,8 @@
6065

6166
.hero-code .code-with-filename-file {
6267
border: 1px solid rgba(233, 236, 239, 0.2);
68+
border-top-left-radius: 5px;
69+
border-top-right-radius: 5px;
6370
background-color: var(--stan-secondary);
6471
}
6572
.hero-code .code-with-filename-file pre {

quarto-config

0 commit comments

Comments
 (0)