Skip to content

Commit 4ede9cf

Browse files
Changed Toggle Color
1 parent 2b648f4 commit 4ede9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/css/index.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body {
1414
--primary-button-bg: linear-gradient(to right, #695997, #654ea3);
1515
--primary-button-color: #fff;
1616
--box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
17-
--toggle-bg: #454545;
17+
--toggle-bg: #654ea3;
1818
}
1919
body.dark {
2020
/* --background-primary: linear-gradient(to bottom, #654ea3, #eaafc8); */
@@ -27,7 +27,7 @@ body.dark {
2727
--primary-button-bg: linear-gradient(to right, #695997, #654ea3);
2828
--primary-button-color: #fff;
2929
--box-shadow: 0 8px 32px 0 rgba(241, 203, 203, 0.267);
30-
--toggle-bg: #454545;
30+
--toggle-bg: #654ea3;
3131
}
3232
@font-face {
3333
font-family: 'Hindi_Font';

0 commit comments

Comments
 (0)