Skip to content

Commit 5d0f050

Browse files
authored
Update post.html
1 parent fd4e9e9 commit 5d0f050

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

post.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,13 @@ <h3 class="font-bold break-normal font-normal text-gray-600 text-base md:text-xl
240240
<a class="inline-block py-2 px-3 text-white no-underline" href="index.html">HOME</a>
241241
</li>
242242
<li>
243-
<a class="inline-block text-gray-600 no-underline hover:text-gray-200 hover:text-underline py-2 px-3" href="#">link</a>
243+
<a class="inline-block text-gray-600 no-underline hover:text-gray-200 hover:underline py-2 px-3" href="#">link</a>
244244
</li>
245245
<li>
246-
<a class="inline-block text-gray-600 no-underline hover:text-gray-200 hover:text-underline py-2 px-3" href="#">link</a>
246+
<a class="inline-block text-gray-600 no-underline hover:text-gray-200 hover:underline py-2 px-3" href="#">link</a>
247247
</li>
248248
<li>
249-
<a class="inline-block text-gray-600 no-underline hover:text-gray-200 hover:text-underline py-2 px-3" href="#">link</a>
249+
<a class="inline-block text-gray-600 no-underline hover:text-gray-200 hover:underline py-2 px-3" href="#">link</a>
250250
</li>
251251
</ul>
252252
</div>
@@ -292,7 +292,6 @@ <h3 class="font-bold break-normal font-normal text-gray-600 text-base md:text-xl
292292

293293
});
294294

295-
296295
</script>
297296

298297
</body>

0 commit comments

Comments
 (0)