Skip to content

Commit 8951c46

Browse files
chore(release): 1.26.9 [skip ci]
## [1.26.9](v1.26.8...v1.26.9) (2022-06-06) ### Bug Fixes * some color fixes ([2b99bad](2b99bad))
1 parent 2b99bad commit 8951c46

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.26.9](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.8...v1.26.9) (2022-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* some color fixes ([2b99bad](https://github.com/pengx17/logseq-dev-theme/commit/2b99bad9f054185af17d5fa2328f548c83bc2b13))
7+
18
## [1.26.8](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.7...v1.26.8) (2022-06-05)
29

310

custom.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ a.tag:hover {
815815
/* Page properties */
816816
.page-properties,
817817
.block-properties {
818-
margin: 0 0 0.5em -8px;
818+
margin: 0 0 0.5em;
819819
font-size: 0.8em;
820820
background: var(--ls-secondary-background-color);
821821
width: fit-content;
@@ -906,6 +906,10 @@ progress::-webkit-progress-value {
906906
max-width: 100%;
907907
}
908908

909+
.page-icon {
910+
font-family: "Inter", sans-serif;
911+
}
912+
909913
/* Popups */
910914
.tippy-tooltip {
911915
padding: 0.5em 0;
@@ -1176,7 +1180,7 @@ html[data-theme=dark] {
11761180
--ct-secondary-color: #6096ba;
11771181
--ct-warning-color: #ff7262;
11781182
--ct-success-color: #0dcf82;
1179-
--ct-highlight-color: #ffc600;
1183+
--ct-highlight-color: #d3a400;
11801184
--color-level-1: #313942;
11811185
--color-level-2: #38434c;
11821186
--color-level-3: #404b55;

no_bullet_threading.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ a.tag:hover {
666666
/* Page properties */
667667
.page-properties,
668668
.block-properties {
669-
margin: 0 0 0.5em -8px;
669+
margin: 0 0 0.5em;
670670
font-size: 0.8em;
671671
background: var(--ls-secondary-background-color);
672672
width: fit-content;
@@ -757,6 +757,10 @@ progress::-webkit-progress-value {
757757
max-width: 100%;
758758
}
759759

760+
.page-icon {
761+
font-family: "Inter", sans-serif;
762+
}
763+
760764
/* Popups */
761765
.tippy-tooltip {
762766
padding: 0.5em 0;
@@ -1027,7 +1031,7 @@ html[data-theme=dark] {
10271031
--ct-secondary-color: #6096ba;
10281032
--ct-warning-color: #ff7262;
10291033
--ct-success-color: #0dcf82;
1030-
--ct-highlight-color: #ffc600;
1034+
--ct-highlight-color: #d3a400;
10311035
--color-level-1: #313942;
10321036
--color-level-2: #38434c;
10331037
--color-level-3: #404b55;

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

0 commit comments

Comments
 (0)