Skip to content

Commit

Permalink
fix スタイル調整
Browse files Browse the repository at this point in the history
  • Loading branch information
flour621 committed Aug 30, 2024
1 parent 990a46f commit d7d76b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/develop/include/entry/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 class="font-bold text-3xl sm:text-4xl lg:text-5xl entry-title"><a href="{tit
<!-- END category:loop -->
</div>
<!-- BEGIN tag:veil -->
<ul class="flex flex-wrap gap-3 mt-4">
<ul class="flex flex-wrap gap-3 mt-4 text-gray-900">
<!-- BEGIN tag:loop -->
<li><a href="{url}" class="hover:opacity-70">#{name}</a></li>
<!-- END tag:loop -->
Expand Down Expand Up @@ -78,7 +78,7 @@ <h4 class="mb-1 font-medium leading-none tracking-tight">この記事は公開
<!-- END entry:loop -->

<!-- BEGIN pager:veil -->
<div class="mt-10">
<div class="mt-20">
@include("/include/parts/serial-navi.html")
</div>
<!-- END pager:veil -->
Expand Down
2 changes: 1 addition & 1 deletion src/develop/include/entry/summary-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 class="mt-3 text-gray-800 text-lg font-bold">{title}</h2>
<!-- END new -->
</div>
<!-- BEGIN tag:veil -->
<ul class="flex flex-wrap gap-3 mt-2 text-sm">
<ul class="flex flex-wrap gap-3 mt-2 text-sm text-gray-900">
<!-- BEGIN tag:loop -->
<li>#{name}</li>
<!-- END tag:loop -->
Expand Down

0 comments on commit d7d76b0

Please sign in to comment.