@@ -152,8 +152,8 @@ main[role="main"] .kunai-sidebar.force-legacy {
152152.kunai-sidebar > .tree .v2 {
153153 $cl- text: # 222;
154154 $cl- back: # fbfbfb ;
155- $cl- link: color ( # 2a6496 tint( 15%) saturation( + 10%));
156- $cl- lis t- hover: col or ( # f0f0fd alpha (.9) );
155+ $cl- link: hsl( from color - mix(in srgb , # 2a6496, white 15%) h calc(s + 10%) l );
156+ $cl- lis t- hover: rgb( from # f0f0fd r g b / .9 );
157157
158158 dis play: flex;
159159 height: 100%;
@@ -247,7 +247,7 @@ main[role="main"] .kunai-sidebar.force-legacy {
247247 content : "" ;
248248 display : block;
249249 height : 2px ;
250- border-bottom : 1px solid color ( $c alpha( 0.7 ) );
250+ border-bottom : 1px solid rgb (from $c r g b / 0.7 );
251251 flex-basis : 100% ;
252252 }
253253 }
@@ -265,7 +265,7 @@ main[role="main"] .kunai-sidebar.force-legacy {
265265 > .expandbar > a {
266266 flex-basis : auto;
267267 margin-bottom : 0 ;
268- color : color( $cl-link saturation ( - 20% ));
268+ color : hsl (from $cl-link h calc (s - 20% ) l );
269269 }
270270
271271 & : first-child , & : last-child {
@@ -408,7 +408,7 @@ main[role="main"] .kunai-sidebar.force-legacy {
408408
409409
410410 & : not ([href ]) {
411- color : color( $cl-text tint ( 50% ) );
411+ color : color-mix (in srgb , $cl- text, white 50% );
412412 text-decoration : none;
413413 // cursor: help;
414414 border-bottom : 1px solid transparent;
@@ -530,7 +530,7 @@ main[role="main"] .kunai-sidebar.force-legacy {
530530 // background-color: rgba(100, 100, 100, .03);
531531 font-size : .9em ;
532532
533- $c- b: 1px solid color ( $cl- link saturation(- 5%) tint( 65%) alpha( 0.4) );
533+ $c- b: 1px solid rgb( from color - mix(in srgb , hsl( from $cl- link h calc(s - 5%) l) , white 65%) r g b / 0.4);
534534 bor der- left: $c- b;
535535 bor der- botto m: $c- b;
536536 bor der- radius: 4px;
@@ -598,7 +598,7 @@ main[role="main"] .kunai-sidebar.force-legacy {
598598 > .self {
599599 $c: # 87ceeb;
600600 bor der- left: 4px solid $c;
601- bor der- botto m: 1px dashed col or ( $c alpha( 0.7) );
601+ bor der- botto m: 1px dashed rgb( from $c r g b / 0.7);
602602 margin- botto m: .5em;
603603 / / box- shadow: 0 3px 13px -6px rgba(20, 20, 20, 0.2);
604604
0 commit comments