Skip to content

Commit

Permalink
chore(release): 1.15.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.15.1](v1.15.0...v1.15.1) (2021-07-28)

### Bug Fixes

* use a lighter font weight for titles ([05bc98e](05bc98e))
  • Loading branch information
semantic-release-bot committed Jul 28, 2021
1 parent 05bc98e commit 4afb5a7
Show file tree
Hide file tree
Showing 3 changed files with 9 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.15.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.15.0...v1.15.1) (2021-07-28)


### Bug Fixes

* use a lighter font weight for titles ([05bc98e](https://github.com/pengx17/logseq-dev-theme/commit/05bc98e14c19918e75e8f7b6f5caf78f9e890442))

# [1.15.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.14.7...v1.15.0) (2021-07-28)


Expand Down
2 changes: 1 addition & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ textarea {
--ct-page-title-color: var(--ct-bold-color);
--ct-page-title-font-size: 36px;
--ct-page-title-line-height: 40px;
--ct-page-title-font-weight: 600;
--ct-page-title-font-weight: 300;
--ct-page-title-font-style: normal;
--ct-heading-font-family: var(--ct-page-title-font-family);
--ct-heading-font-size: 25px;
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.15.0",
"version": "1.15.1",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 4afb5a7

Please sign in to comment.