Skip to content

Commit 948a2b4

Browse files
committed
Use inverted colors for tags
1 parent d32e2a4 commit 948a2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LinkDotNet.Blog.Web/Shared/ShortBlogPost.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<li class="date">@BlogPost.UpdatedDate.ToString("dd/MM/yyyy")</li>
1111
@if (BlogPost.Tags != null)
1212
{
13-
<li class="tags">
13+
<li class="tags inverted-colors">
1414
<ul>
1515
@foreach (var tag in BlogPost.Tags.Select(t => t.Content))
1616
{

0 commit comments

Comments
 (0)