Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Jan 16, 2025
1 parent 7f32cd9 commit 7565a17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
padding-top: 1rem;
}

.hero-code .sourceCode {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.hero-code pre,
.hero-code code {
color: var(--bs-body-color);
Expand All @@ -60,6 +65,8 @@

.hero-code .code-with-filename-file {
border: 1px solid rgba(233, 236, 239, 0.2);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-color: var(--stan-secondary);
}
.hero-code .code-with-filename-file pre {
Expand Down
2 changes: 1 addition & 1 deletion quarto-config

0 comments on commit 7565a17

Please sign in to comment.