Skip to content

Commit

Permalink
refactor: remove unnecessary dark mode text color classes from header…
Browse files Browse the repository at this point in the history
… and footer
  • Loading branch information
wKovacs64 committed Nov 7, 2021
1 parent a542397 commit a23c6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function Footer() {
return (
<footer className="flex justify-center">
<a
className="group p-2 dark:text-gray-100"
className="group p-2"
href="https://github.com/wKovacs64/pwl"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Header() {
Password Lense
</h1>
<button
className="group absolute top-4 right-4 p-2 dark:text-gray-100"
className="group absolute top-4 right-4 p-2"
type="button"
onClick={handleThemeToggle}
>
Expand Down

0 comments on commit a23c6e8

Please sign in to comment.