feat: 样式调整
This commit is contained in:
@@ -151,7 +151,7 @@ posts.map((post) => {
|
||||
}
|
||||
|
||||
:global(.dark) .post {
|
||||
background: #1f2937;
|
||||
background: #171717;
|
||||
}
|
||||
|
||||
:global(.dark) .published-at {
|
||||
@@ -159,6 +159,7 @@ posts.map((post) => {
|
||||
}
|
||||
|
||||
:global(.dark) .category-name {
|
||||
background: #374151;
|
||||
background: #e5e5e5;
|
||||
color: #0a0a0a;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user