Skip to content

Commit

Permalink
Merge pull request #145 from astroDimitrios/bug/darkmodecaptions
Browse files Browse the repository at this point in the history
Fix dark mode figcaption bug
  • Loading branch information
froggleston authored Jul 4, 2024
2 parents 1ffe3e1 + e154e62 commit f9c38a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/stylesheets/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $color-mode-type: data;
color: var(--bs-highlight-color);
background: $bright-blue;
}
figcaption {
.figcaption {
border-top: 1px solid var(--bs-body-color);
background: var(--bs-tertiary-bg);
}
Expand Down

0 comments on commit f9c38a4

Please sign in to comment.