File tree 4 files changed +20
-5
lines changed
4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 1.26.8] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.26.7...v1.26.8 ) (2022-06-05)
2
9
3
10
Original file line number Diff line number Diff line change @@ -815,7 +815,7 @@ a.tag:hover {
815
815
/* Page properties */
816
816
.page-properties ,
817
817
.block-properties {
818
- margin : 0 0 0.5em -8 px ;
818
+ margin : 0 0 0.5em ;
819
819
font-size : 0.8em ;
820
820
background : var (--ls-secondary-background-color );
821
821
width : fit-content;
@@ -906,6 +906,10 @@ progress::-webkit-progress-value {
906
906
max-width : 100% ;
907
907
}
908
908
909
+ .page-icon {
910
+ font-family : "Inter" , sans-serif;
911
+ }
912
+
909
913
/* Popups */
910
914
.tippy-tooltip {
911
915
padding : 0.5em 0 ;
@@ -1176,7 +1180,7 @@ html[data-theme=dark] {
1176
1180
--ct-secondary-color : # 6096ba ;
1177
1181
--ct-warning-color : # ff7262 ;
1178
1182
--ct-success-color : # 0dcf82 ;
1179
- --ct-highlight-color : # ffc600 ;
1183
+ --ct-highlight-color : # d3a400 ;
1180
1184
--color-level-1 : # 313942 ;
1181
1185
--color-level-2 : # 38434c ;
1182
1186
--color-level-3 : # 404b55 ;
Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ a.tag:hover {
666
666
/* Page properties */
667
667
.page-properties ,
668
668
.block-properties {
669
- margin : 0 0 0.5em -8 px ;
669
+ margin : 0 0 0.5em ;
670
670
font-size : 0.8em ;
671
671
background : var (--ls-secondary-background-color );
672
672
width : fit-content;
@@ -757,6 +757,10 @@ progress::-webkit-progress-value {
757
757
max-width : 100% ;
758
758
}
759
759
760
+ .page-icon {
761
+ font-family : "Inter" , sans-serif;
762
+ }
763
+
760
764
/* Popups */
761
765
.tippy-tooltip {
762
766
padding : 0.5em 0 ;
@@ -1027,7 +1031,7 @@ html[data-theme=dark] {
1027
1031
--ct-secondary-color : # 6096ba ;
1028
1032
--ct-warning-color : # ff7262 ;
1029
1033
--ct-success-color : # 0dcf82 ;
1030
- --ct-highlight-color : # ffc600 ;
1034
+ --ct-highlight-color : # d3a400 ;
1031
1035
--color-level-1 : # 313942 ;
1032
1036
--color-level-2 : # 38434c ;
1033
1037
--color-level-3 : # 404b55 ;
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.8 " ,
4
+ "version" : " 1.26.9 " ,
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