Skip to content

Commit

Permalink
docs: adjusts light mode hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-boyd committed Feb 23, 2024
1 parent 542efd3 commit a9a9afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/SuperHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const handleColorModeChange = () => {
<button
@click="handleColorModeChange"
aria-label="Toggle color mode"
class="w-5 text-slate-400 hover:text-sky-500 dark:text-purple-700 dark:hover:text-purple-500 outline-none"
class="w-5 text-slate-400 hover:text-sky-600 dark:text-purple-700 dark:hover:text-purple-500 outline-none"
>
<IconSun
v-if="colorMode.preference === 'light'"
Expand Down

0 comments on commit a9a9afc

Please sign in to comment.