File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.8.1] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.8.0...v1.8.1 ) (2021-07-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update external link color ([ 494e855] ( https://github.com/pengx17/logseq-dev-theme/commit/494e8558f8e89608b9cab9fa83add464426428be ) )
7
+
1
8
# [ 1.8.0] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.7.3...v1.8.0 ) (2021-07-10)
2
9
3
10
Original file line number Diff line number Diff line change @@ -990,7 +990,7 @@ html[data-theme=dark] {
990
990
--ls-link-ref-text-hover-color : var (--ct-secondary-color );
991
991
--ls-active-primary-color : var (--ct-primary-color );
992
992
--ls-active-secondary-color : var (--ct-secondary-color );
993
- --ls-external-link-color : var (--ct-warning -color );
993
+ --ls-external-link-color : var (--ct-secondary -color );
994
994
--ct-bullet-closed-color : # 555 ;
995
995
--ct-block-arrow-color : rgb (165 , 165 , 165 );
996
996
--ct-page-reference-color : var (--ls-active-primary-color );
@@ -1029,7 +1029,7 @@ html[data-theme=light] {
1029
1029
--ls-link-ref-text-hover-color : var (--ct-secondary-color );
1030
1030
--ls-active-primary-color : var (--ct-primary-color );
1031
1031
--ls-active-secondary-color : var (--ct-secondary-color );
1032
- --ls-external-link-color : var (--ct-warning -color );
1032
+ --ls-external-link-color : var (--ct-secondary -color );
1033
1033
--ct-bullet-closed-color : rgb (200 , 200 , 200 );
1034
1034
--ct-block-arrow-color : rgb (98 , 98 , 98 );
1035
1035
--ct-page-reference-color : var (--ls-active-primary-color );
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.8.0 " ,
4
+ "version" : " 1.8.1 " ,
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