Skip to content

Commit

Permalink
remove Nuxt Color Mode tailwind setting and update button link border
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWingerAir committed Jan 3, 2024
1 parent 686abcb commit af7870b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/EstimateLinkBtn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
<button
type="button"
class="w-42 h-14 text-gray-900 dark:text-gray-100 bg-gray-100 hover:bg-gray-200 focus:outline-none focus:ring-4 focus:ring-gray-300 font-medium rounded-md text-sm px-5 py-1 me-2 mb-2 dark:bg-neutral-900 dark:hover:bg-gray-700 dark:focus:ring-gray-700 dark:border-gray-700 opacity-90 border-neutral-800"
class="w-42 h-14 text-gray-900 dark:text-gray-100 bg-gray-100 hover:bg-gray-200 focus:outline-none focus:ring-4 focus:ring-gray-300 font-medium rounded-md text-sm px-5 py-1 me-2 mb-2 dark:bg-neutral-900 dark:hover:bg-gray-700 dark:focus:ring-gray-700 dark:border-gray-400 opacity-90 border-neutral-800"
>
<Icon name="uil:calculator" size="1.5rem" class="text-cyan-600 mr-1"/> Time & Cost Estimate Calculator
</button>
Expand Down
3 changes: 1 addition & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
plugins: [
require('@tailwindcss/typography')
],
darkMode: 'class'
]
}

0 comments on commit af7870b

Please sign in to comment.