Chnage background color
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
2
app.vue
2
app.vue
@@ -60,7 +60,7 @@ useHead({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div class="bg-[#F1F2F4]">
|
||||||
<NuxtLayout>
|
<NuxtLayout>
|
||||||
<NuxtLoadingIndicator />
|
<NuxtLoadingIndicator />
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ const picAColor = ref(`${color.at(getRandomInt(0, 8))}`)
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="text-white px-5 py-3 rounded hover:underline randbgcolor hover:scale-[1.05] transition-all duration-500"
|
class="text-[#F1F2F4] px-5 py-3 rounded hover:underline randbgcolor hover:scale-[1.05] transition-all duration-500"
|
||||||
>
|
>
|
||||||
<NuxtLink :to="`/categories/${title.toLocaleLowerCase()}`" class="text-xl font-extrabold">
|
<NuxtLink :to="`/categories/${title.toLocaleLowerCase()}`" class="text-xl font-extrabold">
|
||||||
<h1>#{{ title }}</h1>
|
<h1>#{{ title }}</h1>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
href="mailto: alasadnurriyad4@gmail.com"
|
href="mailto: alasadnurriyad4@gmail.com"
|
||||||
class="block text-center w-full bg-sky-700 p-2 rounded-lg text-white mt-3 text-sm"
|
class="block text-center w-full bg-sky-700 p-2 rounded-lg text-[#F1F2F4] mt-3 text-sm"
|
||||||
>
|
>
|
||||||
Sent Mail
|
Sent Mail
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="gd-container font-spacegrotesk">
|
<div class="gd-container font-spacegrotesk">
|
||||||
<header class="fixed w-full bg-white z-10">
|
<header class="fixed w-full bg-[#F1F2F4] z-10">
|
||||||
<MainHeader />
|
<MainHeader />
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ useHead({
|
|||||||
v-model="searchTest"
|
v-model="searchTest"
|
||||||
placeholder="Search"
|
placeholder="Search"
|
||||||
type="text"
|
type="text"
|
||||||
class="block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50"
|
class="block w-full bg-[#F1F2F4] rounded-md border-gray-300 shadow-sm focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user