Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 3cbc069

Browse files
committed
chore: fix color scalar sidebar
1 parent 5ca8257 commit 3cbc069

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/styles/base.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@ html[data-theme="dark"] {
4545
padding: 80px 0;
4646
}
4747
}
48+
49+
.sidebar-heading-type {
50+
color: var(--method-color) !important;
51+
}
52+
53+
.scalar-component.scalar-codeblock-pre {
54+
border-radius: 0;
55+
}

0 commit comments

Comments
 (0)