Skip to content

Commit

Permalink
chore(release): 1.26.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.9](v1.26.8...v1.26.9) (2022-06-06)

### Bug Fixes

* some color fixes ([2b99bad](2b99bad))
  • Loading branch information
semantic-release-bot committed Jun 6, 2022
1 parent 2b99bad commit 8951c46
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.26.9](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.8...v1.26.9) (2022-06-06)


### Bug Fixes

* some color fixes ([2b99bad](https://github.com/pengx17/logseq-dev-theme/commit/2b99bad9f054185af17d5fa2328f548c83bc2b13))

## [1.26.8](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.7...v1.26.8) (2022-06-05)


Expand Down
8 changes: 6 additions & 2 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ a.tag:hover {
/* Page properties */
.page-properties,
.block-properties {
margin: 0 0 0.5em -8px;
margin: 0 0 0.5em;
font-size: 0.8em;
background: var(--ls-secondary-background-color);
width: fit-content;
Expand Down Expand Up @@ -906,6 +906,10 @@ progress::-webkit-progress-value {
max-width: 100%;
}

.page-icon {
font-family: "Inter", sans-serif;
}

/* Popups */
.tippy-tooltip {
padding: 0.5em 0;
Expand Down Expand Up @@ -1176,7 +1180,7 @@ html[data-theme=dark] {
--ct-secondary-color: #6096ba;
--ct-warning-color: #ff7262;
--ct-success-color: #0dcf82;
--ct-highlight-color: #ffc600;
--ct-highlight-color: #d3a400;
--color-level-1: #313942;
--color-level-2: #38434c;
--color-level-3: #404b55;
Expand Down
8 changes: 6 additions & 2 deletions no_bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ a.tag:hover {
/* Page properties */
.page-properties,
.block-properties {
margin: 0 0 0.5em -8px;
margin: 0 0 0.5em;
font-size: 0.8em;
background: var(--ls-secondary-background-color);
width: fit-content;
Expand Down Expand Up @@ -757,6 +757,10 @@ progress::-webkit-progress-value {
max-width: 100%;
}

.page-icon {
font-family: "Inter", sans-serif;
}

/* Popups */
.tippy-tooltip {
padding: 0.5em 0;
Expand Down Expand Up @@ -1027,7 +1031,7 @@ html[data-theme=dark] {
--ct-secondary-color: #6096ba;
--ct-warning-color: #ff7262;
--ct-success-color: #0dcf82;
--ct-highlight-color: #ffc600;
--ct-highlight-color: #d3a400;
--color-level-1: #313942;
--color-level-2: #38434c;
--color-level-3: #404b55;
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.26.8",
"version": "1.26.9",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 8951c46

Please sign in to comment.