feat: change dark mode icons
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 4s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped

This commit is contained in:
2025-06-10 12:25:58 +00:00
parent 2e09675b36
commit 7a5de897b0
5 changed files with 6 additions and 4 deletions

View File

@@ -90,8 +90,8 @@
{{ if (default false .Site.Params.colorScheme.toggle) }}
<li id="dark-mode-toggle">
{{ partial "helper/icon" "toggle-left" }}
{{ partial "helper/icon" "toggle-right" }}
{{ partial "helper/icon" "moon" }}
{{ partial "helper/icon" "brightness-up" }}
<span>{{ T "darkMode" }}</span>
</li>
{{ end }}