Skip to content

Commit 141335d

Browse files
committed
Remove unused css
1 parent 3b73431 commit 141335d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/ShowBlogPost/ShowBlogPostPage.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ else
3131
<span class="blogpost-tag d-inline-block">
3232
@foreach (var tag in BlogPost.Tags.Select(t => t.Content))
3333
{
34-
<a class="goto-tag ms-1 link-light" href="/searchByTag/@(Uri.EscapeDataString(tag))">@tag</a>
34+
<a class="goto-tag ms-1" href="/searchByTag/@(Uri.EscapeDataString(tag))">@tag</a>
3535
}
3636
</span>
3737
}

0 commit comments

Comments
 (0)