Skip to content

Commit 3d308f4

Browse files
committed
fix figcaption dark css
1 parent c755f3e commit 3d308f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/theme/_dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ html[data-theme="dark"] {
4242
--global-dark-border-color : #{$background-light};
4343
--global-code-background-color : #fafafa;
4444
--global-code-text-color : #{$darker-gray};
45-
--global-fig-caption-color : #{$dark-gray};
45+
--global-fig-caption-color : #{$light-gray};
4646
--global-link-color : #{$link};
4747
--global-link-color-hover : #{$link-dark};
4848
--global-link-color-visited : #{$link-light};

0 commit comments

Comments
 (0)