diff --git a/CHANGELOG.md b/CHANGELOG.md index 179d520..484b1d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.5.9...v1.6.0) (2021-07-07) + + +### Features + +* update some colors ([323dfc7](https://github.com/pengx17/logseq-dev-theme/commit/323dfc7a7dc561e1b5cade2fb7752d6883840551)) + ## [1.5.9](https://github.com/pengx17/logseq-dev-theme/compare/v1.5.8...v1.5.9) (2021-07-07) diff --git a/custom.css b/custom.css index 7950a82..1c637c5 100644 --- a/custom.css +++ b/custom.css @@ -34,7 +34,7 @@ --ct-guideline-size: 2px; --ct-guideline-style: solid; --ct-sidebar-resizer-background: var(--ls-secondary-background-color); - --ct-sidebar-resizer-background-hover: var(--ls-secondary-background-color); + --ct-sidebar-resizer-background-hover: var(--ct-primary-color); --ct-bullet-size: 6px; --ct-bullet-color: var(--ct-bold-color); --ct-checkbox-border-radius: 2px; @@ -253,11 +253,16 @@ a.title h1.title { .cp__header #search-field { height: 28px; + padding: 0; font-size: 12px; background: transparent; color: var(--ls-search-icon-color, #9fa6b2); } +.cp__header #search-field:focus { + outline: var(--ct-secondary-color); +} + .cp__header.electron-mac { height: var(--ct-header-height); } @@ -267,11 +272,6 @@ a.title h1.title { align-self: stretch; } -.cp__header #search-field { - height: auto; - padding: 0; -} - #search > .inner { display: flex; align-items: center; diff --git a/package.json b/package.json index cf45c4c..cd9c722 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "logseq-dev-theme", "author": "pengx17", - "version": "1.5.9", + "version": "1.6.0", "description": "A custom theme for dev", "logseq": { "themes": [