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 {
473
473
bottom : 0 ;
474
474
right : 0 ;
475
475
width : 1px ;
476
- background-color : var (--color-divider );
476
+ background-color : oklch ( var (--color-divider ) );
477
477
}
478
478
479
479
# searchbox {
@@ -1617,15 +1617,15 @@ hr {
1617
1617
position : fixed;
1618
1618
top : 0 ;
1619
1619
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 ) );
1622
1622
padding : 1rem 1rem ;
1623
1623
font-size : 1rem ;
1624
- border : 2px solid var (--color-foreground );
1624
+ border : 2px solid oklch ( var (--color-foreground ) );
1625
1625
z-index : 1000 ;
1626
1626
text-decoration : none;
1627
1627
border-radius : 0 ;
1628
- box-shadow : 3px 3px 0px var (--color-shadow );
1628
+ box-shadow : 3px 3px 0px oklch ( var (--color-shadow ) );
1629
1629
opacity : 0 ;
1630
1630
pointer-events : none;
1631
1631
}
You can’t perform that action at this time.
0 commit comments