@@ -93,7 +93,7 @@ const config: Config = {
9393 {
9494 type : "html" ,
9595 value : `<div class="grid grid-cols-3 gap-4 w-xl">
96- <a class="border-r col-span-1" href="/courses/">Tutorials</a>
96+ <a class="border-r col-span-1" href="/courses/" style="color:black ; " >Tutorials</a>
9797 <div class="grid grid-cols-4 col-span-2">
9898 <a href="/docs/category/sql/" class="nav__icons"> <img src="/icons/sql.svg" title="SQL" alt="SQL" /> </a>
9999 <a href="/docs/category/python/" class="nav__icons"> <img src="/icons/python.svg" title="Python" alt="Python" /> </a>
@@ -109,7 +109,7 @@ const config: Config = {
109109 {
110110 type : "html" ,
111111 value : `<div class="grid grid-cols-3 gap-4">
112- <a class="border-r col-span-1" href="/courses/"> Courses </a>
112+ <a class="border-r col-span-1" href="/courses/" style="color:black" > Courses </a>
113113 <div class="grid grid-cols-4 col-span-2">
114114 <a href="https://www.youtube.com/watch?v=GrTV59Y84S8&list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63&ab_channel=RecodeHive" class="nav__icons"> <img src="/icons/git.svg" alt="git" /> </a>
115115 <a href="https://www.youtube.com/watch?v=O1ahDsq8DU0&list=PLrLTYhoDFx-k62rLLajSB-jeqKwLkDrkF&ab_channel=RecodeHive" class="nav__icons"> <img src="/icons/postman.svg" alt="Postman" /> </a>
@@ -124,10 +124,10 @@ const config: Config = {
124124 {
125125 type : "html" ,
126126 value : `<div class="grid grid-cols-3 gap-4">
127- <a class="border-r col-span-1" href="#" target="_self"> Interview Prep </a>
127+ <a class="border-r col-span-1" href="#" target="_self" style="color:black" > Interview Prep </a>
128128 <div class="grid grid-cols-1 col-span-2">
129- <a href="/interview-prep/" target="_self" class="nav__icons"> 🧩Technical </a> <br />
130- <a href="/interview-prep/" target="_self" class="nav__icons"> 💡Behavioral </a>
129+ <a href="/interview-prep/" target="_self" class="nav__icons"><span id="nav-technical" style="display:inline-flex;align-items:center;"></span> Technical </a> <br />
130+ <a href="/interview-prep/" target="_self" class="nav__icons"><span id="nav-behavioral" style="display:inline-flex;align-items:center;"></span> Behavioral </a>
131131 </div>
132132 </div>` ,
133133 } ,
0 commit comments