Skip to content

Commit 5485f37

Browse files
remove the dark
1 parent 347fac0 commit 5485f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

partials/card.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
<div class="hidden sm:flex items-center space-x-4">
5353

5454
<img src="{{primary_author.profile_image}}" alt="{{primary_author.name}}"
55-
class="w-10 h-10 rounded-full dark:bg-gray-500" />
55+
class="w-10 h-10 rounded-full " />
5656

5757
<div class="flex flex-col justify-center items-center">
5858

5959
<a class="w-full" href="{{primary_author.url}}">
6060
<h3 class="text-sm font-medium">{{primary_author.name}}</h3>
6161
</a>
6262

63-
<time datetime="{{date format='YYYY-MM-DD'}}" class="text-sm dark:text-gray-400">
63+
<time datetime="{{date format='YYYY-MM-DD'}}" class="text-sm ">
6464
{{date format="DD MMMM YYYY"}}
6565
</time>
6666

0 commit comments

Comments
 (0)