Skip to content

Commit

Permalink
add effect on button
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-deoliveira committed Oct 8, 2023
1 parent 09b8d5b commit 188ea76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,15 @@ body * {
}

.light #switch button {
/*right:0;
left: initial;*/
animation: slide-in 0.2s forwards;
}

#switch button:hover {
outline: 8px solid var(--highlight-color);
}

#switch span {
display: block;
width: 64px;
Expand Down

0 comments on commit 188ea76

Please sign in to comment.