Skip to content

Commit 8d5cf7d

Browse files
chore(release): 1.23.7 [skip ci]
## [1.23.7](v1.23.6...v1.23.7) (2022-01-07) ### Bug Fixes * remove the margin of code ([d388875](d388875))
1 parent d388875 commit 8d5cf7d

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.23.7](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.6...v1.23.7) (2022-01-07)
2+
3+
4+
### Bug Fixes
5+
6+
* remove the margin of code ([d388875](https://github.com/pengx17/logseq-dev-theme/commit/d38887510c87834ac77e64ed5ad7b5bed513c8d5))
7+
18
## [1.23.6](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.5...v1.23.6) (2022-01-04)
29

310

custom.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,6 @@ pre {
756756
padding: var(--ct-inline-code-padding) !important;
757757
background: var(--ls-tertiary-background-color);
758758
color: var(--ct-inline-code-color);
759-
margin-right: 2px;
760759
}
761760

762761
/* Tags */

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

0 commit comments

Comments
 (0)