Skip to content

Commit 2a54903

Browse files
authored
Merge pull request #27 from nmfs-opensci/eeholmes-patch-2
Update theme-dark.scss
2 parents bc19ebd + e456365 commit 2a54903

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ format:
4141
html:
4242
theme:
4343
light: [cosmo, theme.scss]
44-
dark: darkly
44+
dark: [cosmo, theme-dark.scss]
4545
code-copy: true
4646
code-overflow: wrap
4747
toc: true

theme-dark.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ $navbar-bg: #303030;
1717
$sidebar-bg: #303030;
1818

1919
// Code blocks
20-
$code-block-bg-alpha: 0.1;
21-
$code-block-color: white;
20+
$code-block-bg-alpha: -0.8;
21+
22+
pre, pre code {
23+
background-color: #181818 !important;
24+
color: #f8f8f2 !important;
25+
}
2226

2327
// Bootstrap popovers
2428
$popover-bg: #242424;

0 commit comments

Comments
 (0)