mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-06-26 09:48:42 +00:00
feat(theme): persist user theme preferences (#2756)
- Migrate theme persistence from `sessionStorage` to `localStorage` - Rename theme HTML attribute to `data-bs-theme` for Bootstrap compatibility - Trim and compile CSS according to the chosen theme mode
This commit is contained in:
@@ -49,6 +49,11 @@ notification:
|
||||
update_found: 새 버전의 콘텐츠를 사용할 수 있습니다.
|
||||
update: 업데이트
|
||||
|
||||
theme:
|
||||
light: 라이트
|
||||
dark: 다크
|
||||
system: 시스템
|
||||
|
||||
# ----- Posts related labels -----
|
||||
|
||||
post:
|
||||
|
||||
Reference in New Issue
Block a user