Skip to content

Commit c00cfaa

Browse files
chore(release): 1.9.1 [skip ci]
## [1.9.1](v1.9.0...v1.9.1) (2021-07-19) ### Bug Fixes * remove content max-width ([b1ad85a](b1ad85a))
1 parent b1ad85a commit c00cfaa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.9.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.9.0...v1.9.1) (2021-07-19)
2+
3+
4+
### Bug Fixes
5+
6+
* remove content max-width ([b1ad85a](https://github.com/pengx17/logseq-dev-theme/commit/b1ad85a32e304c8ab9849763c9948d3174d4481c))
7+
18
# [1.9.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.8.3...v1.9.0) (2021-07-19)
29

310

custom.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
--ct-page-title-font-family: Asap, "Noto Sans SC", sans-serif;
88
--ct-text-size: 16px;
99
--ct-line-height: 1.5;
10-
--ls-main-content-max-width: 1200px;
1110
--ls-font-family: "Noto Sans SC", sans-serif;
1211
--ct-background: var(--ls-primary-background-color);
1312
--ct-code-font-family: "Fira Code", Monaco, Menlo, Consolas, "COURIER NEW",

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

0 commit comments

Comments
 (0)