File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ $masthead-height : 70px;
2828$sidebar-link-max-width : 250px ;
2929$sidebar-screen-min-width : 1024px ;
3030
31- /* Default light theme for the site */
31+ /* Dark theme for the site */
3232:root {
3333 --global-base-color : #{$background } ;
3434 --global-bg-color : #{$background } ;
Original file line number Diff line number Diff line change @@ -25,11 +25,14 @@ $sidebar-screen-min-width : 1024px;
2525 --global-bg-color : #fff ;
2626 --global-border-color : #{$lighter-gray } ;
2727 --global-code-background-color : #fafafa ;
28+ --global-code-text-color : #{$darker-gray } ;
2829 --global-fig-caption-color : mix (#fff , #{$dark-gray } , 25% );
2930 --global-link-color : #2f7f93 ;
3031 --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% );
3233 --global-masthead-link-color : #{$dark-gray } ;
3334 --global-masthead-link-color-hover : mix (#000 , #{$gray } , 25% );
3435 --global-text-color : #{$dark-gray } ;
36+ --global-text-color-light : #{$light-gray } ;
37+ --global-thead-color : #{$lighter-gray } ;
3538}
You can’t perform that action at this time.
0 commit comments