Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update toggle color
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Sep 3, 2024
1 parent b884077 commit c0f077b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@

.toggle.active {
.toggle-slider {
opacity: 1;
background: var(--highlight);
opacity: 0.8;
background: var(--accent2);
animation: toggleSlideRight 0.15s ease-in-out;
animation-fill-mode: forwards;
}
Expand Down

0 comments on commit c0f077b

Please sign in to comment.