Skip to content

Commit

Permalink
fix: update external link color
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 10, 2021
1 parent a190300 commit 494e855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_theme_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ html[data-theme="dark"] {

--ls-active-primary-color: var(--ct-primary-color);
--ls-active-secondary-color: var(--ct-secondary-color);
--ls-external-link-color: var(--ct-warning-color);
--ls-external-link-color: var(--ct-secondary-color);

--ct-bullet-closed-color: #555;
--ct-block-arrow-color: rgb(165, 165, 165);
Expand Down
2 changes: 1 addition & 1 deletion src/_theme_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ html[data-theme="light"] {

--ls-active-primary-color: var(--ct-primary-color);
--ls-active-secondary-color: var(--ct-secondary-color);
--ls-external-link-color: var(--ct-warning-color);
--ls-external-link-color: var(--ct-secondary-color);

--ct-bullet-closed-color: rgb(200, 200, 200);
--ct-block-arrow-color: rgb(98, 98, 98);
Expand Down

0 comments on commit 494e855

Please sign in to comment.