Update color and robot.txt
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
@@ -35,7 +35,7 @@ withDefaults(defineProps<Props>(), {
|
||||
/>
|
||||
</div>
|
||||
<div class="sm:col-span-7 p-5">
|
||||
<h2 class="text-xl font-semibold text-black dark:text-zinc-300 pb-1 group-hover:text-sky-700">
|
||||
<h2 class="text-xl font-semibold text-black dark:text-zinc-300 pb-1 group-hover:text-sky-700 dark:group-hover:text-sky-400">
|
||||
{{ title }}
|
||||
</h2>
|
||||
<p class="text-ellipsis line-clamp-2">
|
||||
@@ -53,7 +53,7 @@ withDefaults(defineProps<Props>(), {
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex group-hover:underline text-sky-700 items-center pt-2">
|
||||
<div class="flex group-hover:underline text-sky-700 dark:text-sky-400 items-center pt-2">
|
||||
<p>Read More</p>
|
||||
<LogoArrow />
|
||||
</div>
|
||||
|
||||
@@ -45,13 +45,13 @@ withDefaults(defineProps<Props>(), {
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="text-xl font-semibold text-black dark:text-zinc-300 pb-1 group-hover:text-sky-700">
|
||||
<h2 class="text-xl font-semibold text-black dark:text-zinc-300 pb-1 group-hover:text-sky-700 dark:group-hover:text-sky-400">
|
||||
{{ title }}
|
||||
</h2>
|
||||
<p class="text-ellipsis line-clamp-2 text-base">
|
||||
{{ description }}
|
||||
</p>
|
||||
<div class="flex group-hover:underline text-sky-700 items-center py-2">
|
||||
<div class="flex group-hover:underline text-sky-700 dark:text-sky-400 items-center py-2">
|
||||
<p>Read More</p>
|
||||
<LogoArrow />
|
||||
</div>
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
<LogoConfused />
|
||||
</div>
|
||||
<div class="p-5">
|
||||
<h2 class="text-3xl font-semibold text-black dark:text-zinc-300 pb-1 group-hover:text-sky-700">
|
||||
<h2 class="text-3xl font-semibold text-black dark:text-zinc-300 pb-1 group-hover:text-sky-700 dark:group-hover:text-sky-400">
|
||||
No Post Available
|
||||
</h2>
|
||||
|
||||
<div class="flex group-hover:underline text-sky-700 items-center pt-2">
|
||||
<div class="flex group-hover:underline text-sky-700 dark:text-sky-400 items-center pt-2">
|
||||
<p>Back To Home</p>
|
||||
<LogoArrow />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user