Skip to content

Commit

Permalink
dark mode update
Browse files Browse the repository at this point in the history
  • Loading branch information
RPSoftCompany committed Feb 25, 2024
1 parent 331e39e commit 1a1813c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ArticleCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
class="md:inline pr-2 hover:text-black hover:dark:text-gray-50 navigation-button"
:class="{
'text-gray-600': !currentTags.includes(tag),
'dark:text-gray-400': !currentTags.includes(tag),
'text-black': currentTags.includes(tag),
'dark:text-white': currentTags.includes(tag),
'font-bold': currentTags.includes(tag)
Expand Down

0 comments on commit 1a1813c

Please sign in to comment.