Skip to content

Commit 232cdd5

Browse files
committed
fix: 라이트모드 카테고리 배경색 제거
1 parent 4acb3eb commit 232cdd5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/PostHeader/PostHeader.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
letter-spacing: 0.05em;
3131

3232
color: var(--vp-c-text-2);
33-
background-color: var(--vp-c-brand);
3433
}
3534

3635
.post-category .category-indicator {
@@ -59,9 +58,6 @@
5958
}
6059

6160
/* 다크 테마 대응 */
62-
.dark .category-tag {
63-
background-color: var(--vp-c-brand-dark);
64-
}
6561

6662
/* 모바일 반응형 */
6763
@media (max-width: 768px) {

0 commit comments

Comments
 (0)