File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 114114--link-item-color-focus-hover : var (--theme-color-03 );
115115--link-item-visual-element-color : var (--theme-accent );
116116--link-item-visual-element-color-focus-hover : var (--theme-style-text );
117- --link-item-name-color : var (--theme-color-19 );
117+ --link-item-name-color : var (--theme-color-14 );
118118--link-item-name-color-focus-hover : var (--theme-style-text );
119119--link-item-image-opacity : 1 ;
120120--link-item-size : 1em ;
Original file line number Diff line number Diff line change @@ -1363,10 +1363,13 @@ var link = (function(){
13631363var shades = theme . mod . color . shades ( stagedLink . link . color . rgb ) ;
13641364var rgb ;
13651365if ( hsl . l < 50 ) {
1366- rgb = shades . positive [ "9" ] ;
1366+ rgb = shades . positive [ "10" ] ;
1367+ } else {
1368+ rgb = shades . negative [ "10" ] ;
1369+ } ;
1370+ if ( hsl . l < 50 ) {
13671371linkItemStyle . push ( "--theme-style-text: var(--theme-white);" ) ;
13681372} else {
1369- rgb = shades . negative [ "9" ] ;
13701373linkItemStyle . push ( "--theme-style-text: var(--theme-black);" ) ;
13711374} ;
13721375linkItemStyle . push ( "--link-item-visual-element-color-focus-hover: var(--theme-style-text);" ) ;
Original file line number Diff line number Diff line change @@ -2230,7 +2230,7 @@ var theme = (function(){
22302230shade : {
22312231opacity : 0.05
22322232}
2233- } , {
2233+ } , {
22342234name : "Hypnos" ,
22352235font : {
22362236display : {
You can’t perform that action at this time.
0 commit comments