File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ nav {
473473 bottom : 0 ;
474474 right : 0 ;
475475 width : 1px ;
476- background-color : var (--color-divider );
476+ background-color : oklch ( var (--color-divider ) );
477477}
478478
479479# searchbox {
@@ -1617,15 +1617,15 @@ hr {
16171617 position : fixed;
16181618 top : 0 ;
16191619 left : 0 ;
1620- background-color : var (--color-background );
1621- color : var (--color-foreground );
1620+ background-color : oklch ( var (--color-background ) );
1621+ color : oklch ( var (--color-foreground ) );
16221622 padding : 1rem 1rem ;
16231623 font-size : 1rem ;
1624- border : 2px solid var (--color-foreground );
1624+ border : 2px solid oklch ( var (--color-foreground ) );
16251625 z-index : 1000 ;
16261626 text-decoration : none;
16271627 border-radius : 0 ;
1628- box-shadow : 3px 3px 0px var (--color-shadow );
1628+ box-shadow : 3px 3px 0px oklch ( var (--color-shadow ) );
16291629 opacity : 0 ;
16301630 pointer-events : none;
16311631}
You can’t perform that action at this time.
0 commit comments