Skip to content

Commit

Permalink
less striking toggle color
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschmann committed Jul 3, 2024
1 parent 35a2698 commit 1de4046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ code {

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #4BD763; }
.form-switch input:checked + i { background-color: #67b1ae; }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

Expand Down

0 comments on commit 1de4046

Please sign in to comment.