Skip to content

Commit 386ce06

Browse files
chore(release): 1.26.1 [skip ci]
## [1.26.1](v1.26.0...v1.26.1) (2022-04-27) ### Bug Fixes * default active threading color ([2aa32d1](2aa32d1))
1 parent 2aa32d1 commit 386ce06

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
# [1.26.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.16...v1.26.0) (2022-04-27)
29

310

bullet_threading.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
22
--ls-block-bullet-active-color: var(
33
--ls-block-bullet-threading-active-color-overwrite,
4-
--ls-link-text-color
4+
var(--ls-link-text-color)
55
);
66
--ls-block-bullet-threading-width: var(
77
--ls-block-bullet-threading-width-overwrite,

custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ a.title h1.title {
378378
:root {
379379
--ls-block-bullet-active-color: var(
380380
--ls-block-bullet-threading-active-color-overwrite,
381-
--ls-link-text-color
381+
var(--ls-link-text-color)
382382
);
383383
--ls-block-bullet-threading-width: var(
384384
--ls-block-bullet-threading-width-overwrite,

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.26.0",
4+
"version": "1.26.1",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)