Skip to content

Commit fcc06ab

Browse files
chore(release): 1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2021-07-07) ### Bug Fixes * search input outline color ([7a78d58](7a78d58))
1 parent 7a78d58 commit fcc06ab

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.6.0...v1.6.1) (2021-07-07)
2+
3+
4+
### Bug Fixes
5+
6+
* search input outline color ([7a78d58](https://github.com/pengx17/logseq-dev-theme/commit/7a78d58d5645d92b527748208181f07b89b32570))
7+
18
# [1.6.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.5.9...v1.6.0) (2021-07-07)
29

310

custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ a.title h1.title {
260260
}
261261

262262
.cp__header #search-field:focus {
263-
outline: var(--ct-secondary-color);
263+
outline: 2px solid var(--ct-secondary-color);
264264
}
265265

266266
.cp__header.electron-mac {

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

0 commit comments

Comments
 (0)