Skip to content

Commit 83a76ed

Browse files
committed
academicpages#137, academicpages#911 sync variables between themes
1 parent 75d868b commit 83a76ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_sass/theme/_dark.scss

+1-1
Original file line numberDiff line numberDiff 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};

_sass/theme/_default.scss

+4-1
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)