@@ -170,8 +170,8 @@ function getLevelColor(level: string) {
170170 <span v-else >$ npx skills add hugorcd/evlog</span >
171171 </button >
172172
173- <h1 class =" editorial-title mb-6 text-5xl font-bold text-highlighted sm:text-5xl lg:text-6xl " >
174- Logging that<br >makes sense<span class =" evlog-dot " >.</span >
173+ <h1 class =" font-mono mb-6 text-5xl sm:text-6xl lg:text-7xl " >
174+ Logging that<br >makes sense<span class =" text-primary " >.</span >
175175 </h1 >
176176
177177 <p class =" mb-8 max-w-md text-base text-muted leading-relaxed" >
@@ -183,25 +183,19 @@ function getLevelColor(level: string) {
183183 <UButton
184184 to="/getting-started/introduction"
185185 size="lg"
186- class="bg-evlog-blue hover:bg-evlog-blue /90 text-white border-0"
187- >
188- Get Started
189- <template #trailing >
190- <UIcon name="i-lucide-arrow-right" class="size-4" />
191- </template >
192- </UButton >
186+ class="bg-primary hover:bg-primary /90 text-white border-0"
187+ trailing-icon="i-lucide-arrow-right"
188+ label="Get Started"
189+ />
193190 <UButton
194191 to="https://github.com /hugorcd/evlog"
195192 target="_blank"
196193 size="lg"
197194 variant="outline"
198195 color="neutral"
199- >
200- <template #leading >
201- <UIcon name="i-simple-icons-github" class="size-4" />
202- </template >
203- GitHub
204- </UButton >
196+ label="GitHub"
197+ leading-icon="i-simple-icons-github"
198+ />
205199 </div >
206200 </Motion >
207201
@@ -230,7 +224,7 @@ function getLevelColor(level: string) {
230224 <button
231225 class =" px-4 py-2.5 text-xs font-medium transition-colors border-b-2 -mb-px"
232226 :class =" mode === 'chaos'
233- ? 'text-white border-evlog-blue '
227+ ? 'text-white border-primary '
234228 : 'text-zinc-500 border-transparent hover:text-zinc-300'"
235229 @click =" mode = 'chaos'"
236230 >
@@ -239,7 +233,7 @@ function getLevelColor(level: string) {
239233 <button
240234 class =" px-4 py-2.5 text-xs font-medium transition-colors border-b-2 -mb-px"
241235 :class =" mode === 'wide'
242- ? 'text-white border-evlog-blue '
236+ ? 'text-white border-primary '
243237 : 'text-zinc-500 border-transparent hover:text-zinc-300'"
244238 @click =" mode = 'wide'"
245239 >
0 commit comments