mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 07:26:45 +00:00
深色模式调整配色
This commit is contained in:
@@ -18,7 +18,7 @@ export const LayoutIndex = props => {
|
||||
return (
|
||||
<LayoutBase {...props}>
|
||||
{posts.map(p => (
|
||||
<div key={p.id} className='border p-4 my-12'>
|
||||
<div key={p.id} className='border dark:border-hexo-black-gray p-4 my-12'>
|
||||
<Link href={`/article/${p.slug}`}>
|
||||
<a className='underline cursor-pointer'>{p.title}</a>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user