Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Dec 25, 2024
1 parent 8c91aa2 commit 1511e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'astro/config'
import tailwind from "@astrojs/tailwind"
import tailwind from '@astrojs/tailwind'
import { remarkHeadingId } from 'remark-custom-heading-id'
import remarkCodeTitles from 'remark-code-titles'
import sitemap from '@astrojs/sitemap'
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Note.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags.sort()

<style is:global>
.content a {
@apply text-blue-600 hover:underline
@apply text-[#768dff] hover:underline font-bold
}

.astro-code {
Expand Down

0 comments on commit 1511e74

Please sign in to comment.