Skip to content

Commit

Permalink
Disabling Dark Reader
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaBeiyan committed Sep 30, 2024
1 parent ecb12fe commit 705f61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/AppNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const appConfig = useAppConfig()
<a v-if="appConfig.socials?.github" :href="`https://github.com/${appConfig.socials?.github}`" title="GitHub" class="dark:text-gray-100 hover:text-gray-700 dark:hover:text-gray-300"><Icon name="fa-brands:github" class="w-5 h-5" /></a>
<a v-if="appConfig.socials?.mastodon" :href="`https://elk.zone/${appConfig.socials?.mastodon}`" title="Mastodon" class="dark:text-gray-100 hover:text-gray-700 dark:hover:text-gray-300"><Icon name="fa-brands:mastodon" class="w-5 h-5" /></a>
<ColorModeSwitch />
<Meta name="darkreader-lock" content=""/>
</div>
</div>
</template>

0 comments on commit 705f61c

Please sign in to comment.