Skip to content

Commit 88b96c9

Browse files
chore(release): 1.24.2 [skip ci]
## [1.24.2](v1.24.1...v1.24.2) (2022-03-28) ### Bug Fixes * compatibility fix for light/white theme refactor upstream ([14d3194](14d3194))
1 parent 14d3194 commit 88b96c9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.24.2](https://github.com/pengx17/logseq-dev-theme/compare/v1.24.1...v1.24.2) (2022-03-28)
2+
3+
4+
### Bug Fixes
5+
6+
* compatibility fix for light/white theme refactor upstream ([14d3194](https://github.com/pengx17/logseq-dev-theme/commit/14d3194b10a89fdfc10c6e5506ccebe1d713d012))
7+
18
## [1.24.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.24.0...v1.24.1) (2022-03-17)
29

310

custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,9 @@ html[data-theme=dark] {
12011201
}
12021202

12031203
.white-theme,
1204-
html[data-theme=light] {
1204+
.light-theme,
1205+
html[data-theme=light],
1206+
html[data-theme=white] {
12051207
--ct-primary-color: #106ba3;
12061208
--ct-secondary-color: #004174;
12071209
--ct-warning-color: #ff7262;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.24.1",
4+
"version": "1.24.2",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)