git blog2
about git blog
git blog2
git_blog directory 구조
Side bar 색 변경
1
2
3
4
_sass/
├── colors/
│ └── typography-light.scss (테마에 맞게)
- 코드에서 side bar 관련 내용 찾아서 sidebar-bg 값 수정
1 2 3 4 5 6 7 8 9 10 11
/* Sidebar */ --site-title-color: rgb(113, 113, 113); --site-subtitle-color: #717171; --sidebar-bg: #b4d6f8; // #f6f8fa; (기본) --sidebar-border-color: #efefef; --sidebar-muted-color: #545454; --sidebar-active-color: #1d1d1d; --sidebar-hover-bg: rgb(223, 233, 241, 0.64); --sidebar-btn-bg: white; --sidebar-btn-color: #8e8e8e; --avatar-border-color: white;