From 8951c46c22f09e43f046b7fc2134d37243721f8a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Jun 2022 14:08:29 +0000 Subject: [PATCH] chore(release): 1.26.9 [skip ci] ## [1.26.9](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.8...v1.26.9) (2022-06-06) ### Bug Fixes * some color fixes ([2b99bad](https://github.com/pengx17/logseq-dev-theme/commit/2b99bad9f054185af17d5fa2328f548c83bc2b13)) --- CHANGELOG.md | 7 +++++++ custom.css | 8 ++++++-- no_bullet_threading.css | 8 ++++++-- package.json | 2 +- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a04b0..14833d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.26.9](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.8...v1.26.9) (2022-06-06) + + +### Bug Fixes + +* some color fixes ([2b99bad](https://github.com/pengx17/logseq-dev-theme/commit/2b99bad9f054185af17d5fa2328f548c83bc2b13)) + ## [1.26.8](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.7...v1.26.8) (2022-06-05) diff --git a/custom.css b/custom.css index cad1ac7..d1f2df0 100644 --- a/custom.css +++ b/custom.css @@ -815,7 +815,7 @@ a.tag:hover { /* Page properties */ .page-properties, .block-properties { - margin: 0 0 0.5em -8px; + margin: 0 0 0.5em; font-size: 0.8em; background: var(--ls-secondary-background-color); width: fit-content; @@ -906,6 +906,10 @@ progress::-webkit-progress-value { max-width: 100%; } +.page-icon { + font-family: "Inter", sans-serif; +} + /* Popups */ .tippy-tooltip { padding: 0.5em 0; @@ -1176,7 +1180,7 @@ html[data-theme=dark] { --ct-secondary-color: #6096ba; --ct-warning-color: #ff7262; --ct-success-color: #0dcf82; - --ct-highlight-color: #ffc600; + --ct-highlight-color: #d3a400; --color-level-1: #313942; --color-level-2: #38434c; --color-level-3: #404b55; diff --git a/no_bullet_threading.css b/no_bullet_threading.css index 85b9f15..cebbb57 100644 --- a/no_bullet_threading.css +++ b/no_bullet_threading.css @@ -666,7 +666,7 @@ a.tag:hover { /* Page properties */ .page-properties, .block-properties { - margin: 0 0 0.5em -8px; + margin: 0 0 0.5em; font-size: 0.8em; background: var(--ls-secondary-background-color); width: fit-content; @@ -757,6 +757,10 @@ progress::-webkit-progress-value { max-width: 100%; } +.page-icon { + font-family: "Inter", sans-serif; +} + /* Popups */ .tippy-tooltip { padding: 0.5em 0; @@ -1027,7 +1031,7 @@ html[data-theme=dark] { --ct-secondary-color: #6096ba; --ct-warning-color: #ff7262; --ct-success-color: #0dcf82; - --ct-highlight-color: #ffc600; + --ct-highlight-color: #d3a400; --color-level-1: #313942; --color-level-2: #38434c; --color-level-3: #404b55; diff --git a/package.json b/package.json index 37b5c6a..b119a90 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "logseq-dev-theme", "author": "pengx17", - "version": "1.26.8", + "version": "1.26.9", "description": "A custom theme for dev", "logseq": { "themes": [