Skip to content

Commit

Permalink
fix: contrast issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Jul 16, 2024
1 parent 53658e1 commit 0042656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<div class="max-w-7xl mx-auto py-8 px-4 sm:px-6 lg:px-8 text-center">
<p class="text-base text-gray-600 dark:text-gray-400">
<strong>Chronos</strong> by <a href="https://vanillaos.org"
class="text-blue-600 dark:text-blue-400 hover:underline">Vanilla OS</a>.
class="text-blue-800 dark:text-blue-400 hover:underline">Vanilla OS</a>.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion src/views/ArticleView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</a>
</div>
<div class="flex flex-row justify-center mt-2 align-middle">
<p class="mt-4 text-gray-500 dark:text-gray-400"><b>Reading time:</b> {{ readingTime }}</p>
<p class="mt-4 text-gray-700 dark:text-gray-400"><b>Reading time:</b> {{ readingTime }}</p>
<div class="px-6 py-3.5 inline-flex justify-center align-middle cursor-pointer" @click="printArticle">
<span class="toolBox-item-icon mdi material-icons -ml-4">print</span>
</div>
Expand Down

0 comments on commit 0042656

Please sign in to comment.