Skip to content

Commit 42a9c64

Browse files
committed
style: figcaption 폰트 크기 0.75rem으로 설정
1 parent b640639 commit 42a9c64

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.vitepress/theme/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,7 @@
128128
.DocSearch {
129129
--docsearch-primary-color: var(--vp-c-brand-1) !important;
130130
}
131+
132+
figcaption {
133+
font-size: 0.75rem;
134+
}

0 commit comments

Comments
 (0)