Skip to content

Commit

Permalink
change the focus pseudo class of theme-switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
i-Bex authored and i-Bex committed Apr 29, 2024
1 parent 7988012 commit cafc0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ body {
border-radius:1px;
}

.header__theme-switcher:has(.theme-switcher__toggler:focus){
.header__theme-switcher:has(.theme-switcher__toggler:focus-visible){
--outline-clr:var(--Very-Dark-Blue-Light-Mode-Text);
outline:2px solid ;
}
Expand Down

0 comments on commit cafc0a5

Please sign in to comment.