File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
</ head >
11
11
12
12
< body class ="bg-white ">
13
- < div class ="bg-grey-50 py-8 ">
13
+ < div class ="bg-white py-8 ">
14
14
< div class ="container mx-auto px-4 max-w-5xl ">
15
15
< header
16
- class ="flex justify-between items-center mb-8 p-2 bg-green -100 rounded-lg shadow "
16
+ class ="flex justify-between items-center mb-8 p-2 bg-gray -100 rounded-lg shadow "
17
17
>
18
18
< a href ="/ " class ="sm:text-xl text-md font-bold text-gray-800 "
19
19
> Dhivakar</ a
20
20
>
21
21
< nav class ="text-md flex space-x-4 ">
22
- < a href ="/ " class ="text-gray-600 hover:text-gray-800 "> Home</ a >
23
- < a href ="#about " class ="text-gray-600 hover:text-gray-800 "> About</ a >
22
+ < a href ="/ " class ="text-gray-700 hover:text-gray-900 "> Home</ a >
23
+ < a href ="#about " class ="text-gray-700 hover:text-gray-900 "> About</ a >
24
24
< a
25
25
href ="https://www.youtube.com/@vuelancer/videos "
26
- class ="text-gray-600 hover:text-gray-800 "
26
+ class ="text-gray-700 hover:text-gray-900 "
27
27
> Courses</ a
28
28
>
29
29
</ nav >
You can’t perform that action at this time.
0 commit comments