diff --git a/CHANGELOG.md b/CHANGELOG.md index 23902df..b762d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.24.2](https://github.com/pengx17/logseq-dev-theme/compare/v1.24.1...v1.24.2) (2022-03-28) + + +### Bug Fixes + +* compatibility fix for light/white theme refactor upstream ([14d3194](https://github.com/pengx17/logseq-dev-theme/commit/14d3194b10a89fdfc10c6e5506ccebe1d713d012)) + ## [1.24.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.24.0...v1.24.1) (2022-03-17) diff --git a/custom.css b/custom.css index 8b1d3a3..2846e0c 100644 --- a/custom.css +++ b/custom.css @@ -1201,7 +1201,9 @@ html[data-theme=dark] { } .white-theme, -html[data-theme=light] { +.light-theme, +html[data-theme=light], +html[data-theme=white] { --ct-primary-color: #106ba3; --ct-secondary-color: #004174; --ct-warning-color: #ff7262; diff --git a/package.json b/package.json index c5b1895..7ecb660 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "logseq-dev-theme", "author": "pengx17", - "version": "1.24.1", + "version": "1.24.2", "description": "A custom theme for dev", "logseq": { "themes": [