Skip to content

Commit 3b73431

Browse files
committed
Use always light colors in ShortBlogPost.razor.css as the background is always darkened
1 parent c2070e6 commit 3b73431

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/LinkDotNet.Blog.Web/Features/Components/ShortBlogPost.razor.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,15 @@
129129
.blog-card:hover .details {
130130
left: 0;
131131
}
132+
133+
.goto-tag {
134+
color: white !important;
135+
}
136+
137+
.goto-tag:hover {
138+
color: #D7D7D7 !important;
139+
}
140+
132141
@media (max-width: 400px) {
133142
.blog-card .description h1 {
134143
font-size: 1.25rem;
@@ -172,4 +181,4 @@
172181

173182
.admin-action {
174183
padding-top: 10px;
175-
}
184+
}

0 commit comments

Comments
 (0)