Skip to content

Commit

Permalink
fix moon
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Dec 10, 2024
1 parent b69c0c2 commit c61a7eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/components/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

.theme-toggle .moon-icon {
margin-left: auto;
transform: translateX(-2px);
transform: translateX(1px);
}

/* Hide emoji in dark mode */
Expand Down
2 changes: 1 addition & 1 deletion css/components/landing/theme-toggle.landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

.theme-toggle .moon-icon {
margin-left: auto;
transform: translateX(-2px);
transform: translateX(1px);
}

/* Hide emoji in dark mode */
Expand Down

0 comments on commit c61a7eb

Please sign in to comment.