File tree 3 files changed +11
-2
lines changed 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 1.24.1] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.24.0...v1.24.1 ) (2022-03-17)
2
9
3
10
Original file line number Diff line number Diff line change @@ -1201,7 +1201,9 @@ html[data-theme=dark] {
1201
1201
}
1202
1202
1203
1203
.white-theme ,
1204
- html [data-theme = light ] {
1204
+ .light-theme ,
1205
+ html [data-theme = light ],
1206
+ html [data-theme = white ] {
1205
1207
--ct-primary-color : # 106ba3 ;
1206
1208
--ct-secondary-color : # 004174 ;
1207
1209
--ct-warning-color : # ff7262 ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " logseq-dev-theme" ,
3
3
"author" : " pengx17" ,
4
- "version" : " 1.24.1 " ,
4
+ "version" : " 1.24.2 " ,
5
5
"description" : " A custom theme for dev" ,
6
6
"logseq" : {
7
7
"themes" : [
You can’t perform that action at this time.
0 commit comments