We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5ec9e commit d59dc12Copy full SHA for d59dc12
assets/css/v2/style.css
@@ -700,8 +700,11 @@ ol li:last-child {
700
701
.sidebar__search {
702
display: unset;
703
- width: calc(var(--sidebar-width) - 4rem);
704
- margin-inline-start: 1rem;
+ width: calc(var(--sidebar-width));
+ --atomic-primary: oklch(var(--color-brand)); /* Adjust the primary color */
705
+ --atomic-ring-primary: oklch(var(--color-brand) / 0.4); /* Adjust the focus color */
706
+ margin-block-start: 0.5rem;
707
+ padding-inline: 0.5rem;
708
}
709
710
0 commit comments