From 967b3f8268a048998308424b9dfa8d12c21d0257 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jan 2022 03:28:47 +0000 Subject: [PATCH] chore(release): 1.23.5 [skip ci] ## [1.23.5](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.4...v1.23.5) (2022-01-04) ### Bug Fixes * compatibility issue with other themes ([978ddf7](https://github.com/pengx17/logseq-dev-theme/commit/978ddf7a9d606169446462eb2780c697abc6fe08)) --- CHANGELOG.md | 7 +++++++ bullet_threading.css | 2 +- custom.css | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a197065..dc1e277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.23.5](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.4...v1.23.5) (2022-01-04) + + +### Bug Fixes + +* compatibility issue with other themes ([978ddf7](https://github.com/pengx17/logseq-dev-theme/commit/978ddf7a9d606169446462eb2780c697abc6fe08)) + ## [1.23.4](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.3...v1.23.4) (2021-12-31) diff --git a/bullet_threading.css b/bullet_threading.css index 430ddf9..127bb50 100644 --- a/bullet_threading.css +++ b/bullet_threading.css @@ -9,7 +9,7 @@ .block-children { border-left-color: var(--ls-guideline-color); - border-left-width: var(--ls-block-bullet-threading-width); + border-left-width: var(--ls-block-bullet-threading-width) !important; } .block-children-container { diff --git a/custom.css b/custom.css index 4957ca8..6959269 100644 --- a/custom.css +++ b/custom.css @@ -397,7 +397,7 @@ a.title h1.title { .block-children { border-left-color: var(--ls-guideline-color); - border-left-width: var(--ls-block-bullet-threading-width); + border-left-width: var(--ls-block-bullet-threading-width) !important; } .block-children-container { diff --git a/package.json b/package.json index 11ec628..88a1b27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "logseq-dev-theme", "author": "pengx17", - "version": "1.23.4", + "version": "1.23.5", "description": "A custom theme for dev", "logseq": { "themes": [