Skip to content

Commit 9e88d39

Browse files
authored
fix(ui): set dark colour for FAQ text (#2962)
[previous](#2934) reverted the custom text colour, but because it didn't specify a replacement colour, the text reverted to the default light mode colour. This change sets the default text colour for dark mode.
1 parent 064083f commit 9e88d39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/_sass/color_schemes/custom_dark.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ $new-body-background-color: #292929;
77
// Overriding dark default for just-the-docs styles
88
$color-scheme: dark;
99
$body-background-color: $new-body-background-color; // Replacing default $grey-dk-300
10+
$body-heading-color: $grey-lt-000;
11+
$body-text-color: $grey-lt-300;
1012
$link-color: #C9F5F7;
1113
$nav-child-link-color: $white; // Replacing default $grey-dk-000
1214
$sidebar-color: $new-body-background-color; //Replacing default $grey-dk-300

0 commit comments

Comments
 (0)