File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.26.1] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.26.0...v1.26.1 ) (2022-04-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * default active threading color ([ 2aa32d1] ( https://github.com/pengx17/logseq-dev-theme/commit/2aa32d16b4330e77966b9a8350b013f04b200126 ) )
7
+
1
8
# [ 1.26.0] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.25.16...v1.26.0 ) (2022-04-27)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
: root {
2
2
--ls-block-bullet-active-color : var (
3
3
--ls-block-bullet-threading-active-color-overwrite ,
4
- --ls-link-text-color
4
+ var ( --ls-link-text-color )
5
5
);
6
6
--ls-block-bullet-threading-width : var (
7
7
--ls-block-bullet-threading-width-overwrite ,
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ a.title h1.title {
378
378
: root {
379
379
--ls-block-bullet-active-color : var (
380
380
--ls-block-bullet-threading-active-color-overwrite ,
381
- --ls-link-text-color
381
+ var ( --ls-link-text-color )
382
382
);
383
383
--ls-block-bullet-threading-width : var (
384
384
--ls-block-bullet-threading-width-overwrite ,
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.26.0 " ,
4
+ "version" : " 1.26.1 " ,
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