Skip to content

Commit

Permalink
chore(release): 1.7.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.3](v1.7.2...v1.7.3) (2021-07-08)

### Bug Fixes

* right bar header link opacity ([60207fd](60207fd))
  • Loading branch information
semantic-release-bot committed Jul 8, 2021
1 parent 60207fd commit 58349a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.7.3](https://github.com/pengx17/logseq-dev-theme/compare/v1.7.2...v1.7.3) (2021-07-08)


### Bug Fixes

* right bar header link opacity ([60207fd](https://github.com/pengx17/logseq-dev-theme/commit/60207fd06583c88d0b97fd9dbd526ba952dab7c9))

## [1.7.2](https://github.com/pengx17/logseq-dev-theme/compare/v1.7.1...v1.7.2) (2021-07-08)


Expand Down
9 changes: 8 additions & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ a.title h1.title {
height: var(--ct-header-height);
}

.is-mac.is-electron .cp__header,
.is-mac.is-electron .cp__header *,
.is-mac.is-electron .cp__right-sidebar-topbar * {
cursor: default;
}
Expand Down Expand Up @@ -283,6 +283,13 @@ a.title h1.title {
align-items: center;
}

.cp__right-sidebar-settings a {
opacity: 0.6;
}
.cp__right-sidebar-settings a:hover {
opacity: 1;
}

.ls-block :is(h1, h2, h3, h4, h5) {
font-family: var(--ct-page-title-font-family);
}
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.7.2",
"version": "1.7.3",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 58349a3

Please sign in to comment.