홈: Categories 좌측 액센트를 border-left로 변경 (v0.2.6)

Made-with: Cursor
This commit is contained in:
2026-04-17 10:24:16 +09:00
parent 64944d97c3
commit 2a72bb29f9
9 changed files with 21 additions and 7 deletions

View File

@@ -329,4 +329,9 @@
text-overflow: ellipsis;
white-space: nowrap;
}
/* 홈 Categories 행: 태그 --color-accent 왼쪽 세로 막대(border, ::before 미사용) */
.home-categories__row {
border-left: 3px solid var(--color-accent);
}
}