Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/main.yml
  • Loading branch information
zhengyu-yang committed Feb 24, 2023
2 parents c77d301 + 70b3207 commit b5fb1e7
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 10 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.16](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.15...v1.26.16) (2023-02-18)


### Bug Fixes

* bump version ([b23f701](https://github.com/pengx17/logseq-dev-theme/commit/b23f7011a4753f213cecb14667ad3b27bce20ac4))

## [1.26.15](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.14...v1.26.15) (2022-12-14)


Expand Down
6 changes: 3 additions & 3 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -881,17 +881,17 @@ a.tag:hover {
/* Page properties */
.page-properties,
.block-properties {
--ls-page-properties-background-color: var(--ls-secondary-background-color);
margin: 0 0 0.5em;
font-size: 0.8em;
background: var(--ls-secondary-background-color);
width: fit-content;
padding-right: 2rem;
max-width: var(--ct-block-max-width);
}

.sidebar-item-list .page-properties,
.sidebar-item-list .block-properties {
background: var(--ls-tertiary-background-color);
--ls-page-properties-background-color: var(--ls-tertiary-background-color);
}

/* Progress bar */
Expand Down Expand Up @@ -1322,7 +1322,7 @@ html[data-theme=white] {
--ls-icon-color: var(--ls-primary-text-color);
--ct-block-reference-background: rgba(16, 107, 163, 0.1);
--ct-block-reference-background-hover: rgba(16, 107, 163, 0.3);
--ls-page-properties-background-color: var(--ls-tertiary-background-color);
--ls-page-properties-background-color: var(--ls-secondary-background-color);
--ls-selection-color: #fff;
--ct-header-bg-color: rgba(255, 255, 255, 0.9);
}
Expand Down
6 changes: 3 additions & 3 deletions no_bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -738,17 +738,17 @@ a.tag:hover {
/* Page properties */
.page-properties,
.block-properties {
--ls-page-properties-background-color: var(--ls-secondary-background-color);
margin: 0 0 0.5em;
font-size: 0.8em;
background: var(--ls-secondary-background-color);
width: fit-content;
padding-right: 2rem;
max-width: var(--ct-block-max-width);
}

.sidebar-item-list .page-properties,
.sidebar-item-list .block-properties {
background: var(--ls-tertiary-background-color);
--ls-page-properties-background-color: var(--ls-tertiary-background-color);
}

/* Progress bar */
Expand Down Expand Up @@ -1179,7 +1179,7 @@ html[data-theme=white] {
--ls-icon-color: var(--ls-primary-text-color);
--ct-block-reference-background: rgba(16, 107, 163, 0.1);
--ct-block-reference-background-hover: rgba(16, 107, 163, 0.3);
--ls-page-properties-background-color: var(--ls-tertiary-background-color);
--ls-page-properties-background-color: var(--ls-secondary-background-color);
--ls-selection-color: #fff;
--ct-header-bg-color: rgba(255, 255, 255, 0.9);
}
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.15",
"version": "1.26.16",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Logseq Dev Theme

🔔 Looking for maintainers! 🔔

A theme inspired by Dev.to & Figma.

<img src="./logo.png" width="100" />
Expand Down
4 changes: 2 additions & 2 deletions src/_miscs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ a.tag:hover {
/* Page properties */
.page-properties,
.block-properties {
--ls-page-properties-background-color: var(--ls-secondary-background-color);
margin: 0 0 0.5em;
font-size: 0.8em;
background: var(--ls-secondary-background-color);
width: fit-content;
padding-right: 2rem;
max-width: var(--ct-block-max-width);
Expand All @@ -122,7 +122,7 @@ a.tag:hover {
.sidebar-item-list {
.page-properties,
.block-properties {
background: var(--ls-tertiary-background-color);
--ls-page-properties-background-color: var(--ls-tertiary-background-color);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/_theme_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ html[data-theme="white"] {
--ct-block-reference-background: rgba(16, 107, 163, 0.1);
--ct-block-reference-background-hover: rgba(16, 107, 163, 0.3);

--ls-page-properties-background-color: var(--ls-tertiary-background-color);
--ls-page-properties-background-color: var(--ls-secondary-background-color);

--ls-selection-color: #fff;

Expand Down

0 comments on commit b5fb1e7

Please sign in to comment.