Commit 83a76ed 1 parent 75d868b commit 83a76ed Copy full SHA for 83a76ed
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ $masthead-height : 70px;
28
28
$sidebar-link-max-width : 250px ;
29
29
$sidebar-screen-min-width : 1024px ;
30
30
31
- /* Default light theme for the site */
31
+ /* Dark theme for the site */
32
32
:root {
33
33
--global-base-color : #{$background } ;
34
34
--global-bg-color : #{$background } ;
Original file line number Diff line number Diff line change @@ -25,11 +25,14 @@ $sidebar-screen-min-width : 1024px;
25
25
--global-bg-color : #fff ;
26
26
--global-border-color : #{$lighter-gray } ;
27
27
--global-code-background-color : #fafafa ;
28
+ --global-code-text-color : #{$darker-gray } ;
28
29
--global-fig-caption-color : mix (#fff , #{$dark-gray } , 25% );
29
30
--global-link-color : #2f7f93 ;
30
31
--global-link-color-hover : mix (#000 , #2f7f93 , 25% );
31
- --global-link-color-visited : mix (#fff , #2f7f93 , 25% );
32
+ --global-link-color-visited : mix (#fff , #2f7f93 , 25% );
32
33
--global-masthead-link-color : #{$dark-gray } ;
33
34
--global-masthead-link-color-hover : mix (#000 , #{$gray } , 25% );
34
35
--global-text-color : #{$dark-gray } ;
36
+ --global-text-color-light : #{$light-gray } ;
37
+ --global-thead-color : #{$lighter-gray } ;
35
38
}
You can’t perform that action at this time.
0 commit comments