File tree 4 files changed +20
-1
lines changed 4 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 1.26.5] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.26.4...v1.26.5 ) (2022-05-12)
2
9
3
10
Original file line number Diff line number Diff line change @@ -640,6 +640,12 @@ a:hover > .bullet-container .bullet {
640
640
max-width : -webkit-fill-available;
641
641
}
642
642
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
+
643
649
/* embed */
644
650
.embed ,
645
651
.embed-page ,
Original file line number Diff line number Diff line change @@ -491,6 +491,12 @@ a:hover > .bullet-container .bullet {
491
491
max-width : -webkit-fill-available;
492
492
}
493
493
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
+
494
500
/* embed */
495
501
.embed ,
496
502
.embed-page ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " logseq-dev-theme" ,
3
3
"author" : " pengx17" ,
4
- "version" : " 1.26.5 " ,
4
+ "version" : " 1.26.6 " ,
5
5
"description" : " A custom theme for dev" ,
6
6
"logseq" : {
7
7
"themes" : [
You can’t perform that action at this time.
0 commit comments