Skip to content

Commit

Permalink
chore(release): 1.23.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.23.0](v1.22.7...v1.23.0) (2021-12-26)

### Features

* update block-ref style ([6c177a3](6c177a3))
  • Loading branch information
semantic-release-bot committed Dec 26, 2021
1 parent 6c177a3 commit d3de10a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.23.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.22.7...v1.23.0) (2021-12-26)


### Features

* update block-ref style ([6c177a3](https://github.com/pengx17/logseq-dev-theme/commit/6c177a3c36df5302200b2be8ff7d97aa5cac67d0))

## [1.22.7](https://github.com/pengx17/logseq-dev-theme/compare/v1.22.6...v1.22.7) (2021-12-26)


Expand Down
17 changes: 2 additions & 15 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -516,20 +516,8 @@ a.title h1.title {
.block-ref {
display: inline;
font-size: inherit;
padding: 1px 5px 0;
border-radius: 2px;
background: var(--ct-block-reference-background);
}

.block-ref:hover {
background: var(--ct-block-reference-background-hover);
}

.block-ref:before {
content: "#";
color: var(--ls-active-primary-color);
font-size: 0.8em;
padding: 0 4px 0 0;
border-bottom-color: var(--ct-primary-color);
border-bottom-style: dashed;
}

.block-ref .block-body {
Expand All @@ -538,7 +526,6 @@ a.title h1.title {

.block-ref div {
display: inline;
padding: 0 0.2em;
}

.block-ref .flex.flex-row.justify-between {
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.22.7",
"version": "1.23.0",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit d3de10a

Please sign in to comment.