Conversation
| </header> | ||
|
|
||
| <Content class="mb-10" /> | ||
| <Content class="mb-10 dark:text-gray-400 leading-1 tracking-tight" /> |
There was a problem hiding this comment.
@ChrisShank I can't seem to work out how to affect the colors inside this tag
There was a problem hiding this comment.
Hmmm… i can look into it tomorrow. I was waiting to implement dark theme until tailwind typography supported it (which should have been recently)
There was a problem hiding this comment.
yeah I saw the PR come through https://github.com/tailwindlabs/tailwindcss-typography/pull/141/files
|
✔️ Deploy Preview for stateml ready! 🔨 Explore the source changes: 995194d 🔍 Inspect the deploy log: https://app.netlify.com/sites/stateml/deploys/618f54fa72dc870008741edd 😎 Browse the preview: https://deploy-preview-6--stateml.netlify.app |
| <h1 class="!m-0">{{ $frontmatter.title }}</h1> | ||
| <dl class="flex text-sm font-medium leading-5 whitespace-nowrap"> | ||
| <h1 class="!m-0 text-gray-400">{{ $frontmatter.title }}</h1> | ||
| <dl class="flex text-sm font-medium leading-10 whitespace-nowrap"> |
There was a problem hiding this comment.
I tried to balance out some of the spacing in this section
| <Date :created-date="date" :updated-date="route.data.lastUpdated" /> | ||
| <h1 class="!m-0">{{ $frontmatter.title }}</h1> | ||
| <dl class="flex text-sm font-medium leading-5 whitespace-nowrap"> | ||
| <h1 class="!m-0 text-gray-400">{{ $frontmatter.title }}</h1> |
There was a problem hiding this comment.
@ChrisShank I can't see to affect the color of this title?
| import { useRoute } from 'vitepress'; | ||
| import Posts from './Posts.vue'; | ||
| import Post from './Post.vue'; | ||
| import { computed } from "vue"; |
There was a problem hiding this comment.
ugh this all appears to have come from prettier
No description provided.