Skip to content

Commit

Permalink
chore(release): 1.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.16.0](pengx17/logseq-dev-theme@v1.15.7...v1.16.0) (2021-07-29)

### Features

* enhancements ([56ddf4f](pengx17@56ddf4f))
  • Loading branch information
semantic-release-bot committed Jul 29, 2021
1 parent 56ddf4f commit bef91be
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.16.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.15.7...v1.16.0) (2021-07-29)


### Features

* enhancements ([56ddf4f](https://github.com/pengx17/logseq-dev-theme/commit/56ddf4f5d2a0965122acd0349ce987af98cad2a1))

## [1.15.7](https://github.com/pengx17/logseq-dev-theme/compare/v1.15.6...v1.15.7) (2021-07-28)


Expand Down
16 changes: 10 additions & 6 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ a.title h1.title {

/* block reference */
.block-ref {
font-size: 14px;
font-size: inherit;
padding: 1px 5px 0;
border-radius: 2px;
background: var(--ct-block-reference-background);
Expand All @@ -371,7 +371,7 @@ a.title h1.title {
.block-ref:before {
content: "#";
color: var(--ls-active-primary-color);
font-size: 12px;
font-size: 0.8em;
padding: 0 4px 0 0;
}

Expand All @@ -384,6 +384,10 @@ a.title h1.title {
padding: 0 0.2em;
}

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

.open-block-ref-link {
opacity: 1;
font-family: Asap;
Expand Down Expand Up @@ -1074,14 +1078,14 @@ html[data-theme=dark] {
.white-theme,
html[data-theme=light] {
--ct-primary-color: #106ba3;
--ct-secondary-color: #0a4163;
--ct-secondary-color: #004174;
--ct-warning-color: #ff7262;
--ct-success-color: #0dcf82;
--ct-highlight-color: #ffc600;
--ls-primary-background-color: #fff;
--ls-secondary-background-color: #f7f6f4;
--ls-tertiary-background-color: #f1eee8;
--ls-quaternary-background-color: #e8e5de;
--ls-secondary-background-color: #f6f6f6;
--ls-tertiary-background-color: #f1f1f1;
--ls-quaternary-background-color: #e4e4e4;
--ls-primary-text-color: rgb(40, 40, 40);
--ls-secondary-text-color: #161e2e;
--ct-bold-color: #000;
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.7",
"version": "1.16.0",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit bef91be

Please sign in to comment.