Skip to content

Commit e2ddf85

Browse files
lamATnginxnginx-jack
authored andcommitted
Colors: Update colors to use oklch for new features
1 parent 50b53b6 commit e2ddf85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

assets/css/v2/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)