Skip to content

Commit 967eb01

Browse files
author
Animesh Garg
committed
make default theme color back to orange not blue
1 parent b21c075 commit 967eb01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_sass/_themes.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ html[data-theme="dark"] {
8282
--global-code-bg-color: #{v.$code-bg-color-dark};
8383
--global-text-color: #{v.$grey-color-light};
8484
--global-text-color-light: #{v.$grey-color};
85-
--global-theme-color: #{v.$cyan-color};
86-
--global-hover-color: #{v.$cyan-color};
85+
--global-theme-color: #{v.$orange-color};
86+
--global-hover-color: #{v.$orange-color};
8787
--global-hover-text-color: #{v.$white-color};
8888
--global-footer-bg-color: #{v.$grey-color-light};
8989
--global-footer-text-color: #{v.$grey-color-dark};

0 commit comments

Comments
 (0)