Skip to content

Commit

Permalink
set blue switch color to increase contrast change
Browse files Browse the repository at this point in the history
Helps the demo page to be more simple to understand, if the change is more easy to see on the screen.

The dark cobalt blue theme is more different to the dark preset colors on mobile devices.

Helps a lot to see that change on click.
  • Loading branch information
Dorson authored Apr 19, 2020
1 parent a7cfa2d commit e2946d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ <h5> Be healthy and happy ! </h5>
>

<a title=" Lights ON, OFF. "
href="javascript:void(0);" onclick="ClassSwitch('html' , 'dark' , 'ColorMode');"
href="javascript:void(0);" onclick="ClassSwitch('html' , 'blue' , 'ColorMode');"
style=" color: #111 ; padding: 0.4em 0.1em ; margin: 1px ; text-decoration: none ; float: right ; "
>
🌓<br />
Expand Down

0 comments on commit e2946d9

Please sign in to comment.