theme toggle colors

This commit is contained in:
Chris W 2023-12-08 20:42:18 -07:00
parent fe3157d8c6
commit 97027c9ac6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { Icon } from 'astro-icon/components';
<button id="themeToggle">
<Icon name="mdi:weather-sunny" class="sun w-8 h-8 text-gray-800" />
<Icon name="mdi:weather-night" class="moon w-8 h-8 text-gray-100" />
<Icon name="mdi:weather-partly-cloudy" class="system w-8 h-8 text-gray-100 dark:text-gray-800" />
<Icon name="mdi:weather-partly-cloudy" class="system w-8 h-8 text-gray-800 dark:text-gray-100" />
</button>
<style>