Skip to content

Commit

Permalink
New changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaNwaizu committed Jan 30, 2024
1 parent 23de0b4 commit 656e1ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ body.dark-theme {

}
.dark-theme .option__list:hover {
background-color: var(--text-color);
color: #000;
background: var(--text-color);
}
.dark-theme .option__list:hover span {
background: var(--first-color);
}
.dark-theme .toggle__box {
border: 3px solid var(--text-color);
Expand Down

0 comments on commit 656e1ec

Please sign in to comment.