기타
옵시디언 셋팅
앗사비
2025. 5. 23. 09:55
728x90
헤더 색상 변경
/* 옵시디언 저장소 루트 > .obsidian > snippets > headers.css */
body {
--h2-color: #2e46a6;
--h3-color: #522ea6;
--h4-color: #2e8aa6;
--h5-color: #373d59;
--h6-color: #333642;
}
---
728x90