Skip to content

Commit 527ee2c

Browse files
chore(release): 1.26.6 [skip ci]
## [1.26.6](v1.26.5...v1.26.6) (2022-05-19) ### Bug Fixes * add link row style ([a4c5ede](a4c5ede))
1 parent a4c5ede commit 527ee2c

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
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.6](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.5...v1.26.6) (2022-05-19)
2+
3+
4+
### Bug Fixes
5+
6+
* add link row style ([a4c5ede](https://github.com/pengx17/logseq-dev-theme/commit/a4c5ede4f1bbc44a52d40707748fe63fe2b89b85))
7+
18
## [1.26.5](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.4...v1.26.5) (2022-05-12)
29

310

custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,12 @@ a:hover > .bullet-container .bullet {
640640
max-width: -webkit-fill-available;
641641
}
642642

643+
.add-button-link-wrap:hover .add-button-link {
644+
color: var(--ls-primary-text-color);
645+
opacity: 0.6 !important;
646+
transform: scale(0.9);
647+
}
648+
643649
/* embed */
644650
.embed,
645651
.embed-page,

no_bullet_threading.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,12 @@ a:hover > .bullet-container .bullet {
491491
max-width: -webkit-fill-available;
492492
}
493493

494+
.add-button-link-wrap:hover .add-button-link {
495+
color: var(--ls-primary-text-color);
496+
opacity: 0.6 !important;
497+
transform: scale(0.9);
498+
}
499+
494500
/* embed */
495501
.embed,
496502
.embed-page,

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

0 commit comments

Comments
 (0)