Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.9...v1.6.0) (2021-07-07)

### Features

* update some colors ([323dfc7](323dfc7))
  • Loading branch information
semantic-release-bot committed Jul 7, 2021
1 parent 323dfc7 commit 556551d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
12 changes: 6 additions & 6 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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);
}
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 556551d

Please sign in to comment.