File tree Expand file tree Collapse file tree 5 files changed +36
-5
lines changed
Expand file tree Collapse file tree 5 files changed +36
-5
lines changed Original file line number Diff line number Diff line change 11<template >
22 <footer class =" text-center p-12 opacity-50 hover:opacity-100 focus-within:opacity-100 flex flex-col items-center gap-3 text-xs" >
33 <a href =" https://stackblitz.com/" target =" _blank" >
4- <img src =" /stackblitz.svg" alt =" StackBlitz" width =" 117" height =" 24" >
4+ <img src =" /stackblitz.svg" alt =" StackBlitz" width =" 117" height =" 24" class =" not-dark:hidden" >
5+ <img src =" /stackblitz-black.svg" alt =" StackBlitz" width =" 117" height =" 24" class =" dark:hidden" >
56 </a >
67 <div class =" flex gap-3 items-center" >
78 <div >Built by <a href =" https://github.com/Aslemammad" target =" _blank" class =" text-primary" >Aslemammad</a ></div >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function copyCode() {
1919
2020<template >
2121 <div class =" relative group" >
22- <pre class =" bg-black rounded-lg p-6" ><code >{{ props.code }}</code ></pre >
22+ <pre class =" text-white bg-gray-500 dark: bg-black rounded-lg p-6" ><code >{{ props.code }}</code ></pre >
2323
2424 <ClientOnly >
2525 <UTooltip
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ defineProps<{
55 </script >
66
77<template >
8- <div class =" p-6 rounded-xl border border-primary-900 w-full flex gap-6" >
9- <div class =" text-4xl size-20 rounded-full bg-primary-900/20 flex items-center justify-center flex-none text-primary-500 font-mono" >
8+ <div class =" p-6 rounded-xl border border-primary-300 bg-primary-100 dark:bg-primary-900/5 dark:border-primary- 900 w-full flex gap-6" >
9+ <div class =" text-4xl size-20 rounded-full bg-primary-500/20 dark:bg-primary- 900/20 flex items-center justify-center flex-none text-primary-500 font-mono" >
1010 {{ step }}
1111 </div >
1212
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function scrollToGettingStarted() {
4141 </div >
4242 </div >
4343
44- <div ref =" getting-started" class =" min-h-screen p-6 flex items-center bg-gray-800" >
44+ <div ref =" getting-started" class =" min-h-screen p-6 flex items-center bg-gray-100 dark:bg-gray- 800" >
4545 <GettingStarted id =" getting-started" class =" my-container" />
4646 </div >
4747 </div >
You can’t perform that action at this time.
0 commit comments