Skip to content

Commit 94b37ba

Browse files
committed
feat: 카테고리 인디케이터 스타일 추가
1 parent 01cbdcb commit 94b37ba

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.vitepress/theme/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,12 @@ figcaption {
154154
--vp-sidebar-width: 240px;
155155
}
156156
}
157+
158+
.category-indicator {
159+
display: inline-block;
160+
width: 8px;
161+
height: 8px;
162+
border-radius: 50%;
163+
margin-right: 8px;
164+
vertical-align: middle;
165+
}

0 commit comments

Comments
 (0)