diff options
Diffstat (limited to 'src/components/PostSummary.astro')
-rw-r--r-- | src/components/PostSummary.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PostSummary.astro b/src/components/PostSummary.astro index 2e66b90..a3fbb29 100644 --- a/src/components/PostSummary.astro +++ b/src/components/PostSummary.astro @@ -12,7 +12,7 @@ const formattedDate = dayjs(post.data.pubDate.toString()).format("MMMM DD, YYYY" --- <style lang="scss"> - @use "../scss/variables" as *; + @use "../scss/variables" as *; a { color: $colorText; |