Skip to content

Commit

Permalink
统一暗黑模式边框颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
liaocp666 committed Jun 14, 2023
1 parent 270bd64 commit 73a2e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/post-top.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<?php
$cids = getStickyPost();
if (null != $cids): ?>
<div class="flex flex-wrap flex-col lg:flex-row gap-y-12 border-b border-stone-100">
<div class="flex flex-wrap flex-col lg:flex-row gap-y-12 border-b border-stone-100 dark:border-neutral-600"">
<div class="w-1/2 hidden lg:block"></div>
<div class="w-1/2"></div>
<?php foreach ($cids as $cid): ?>
Expand Down

0 comments on commit 73a2e1d

Please sign in to comment.