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 e4d7912 commit c3711afCopy full SHA for c3711af
src/components/ConfigNode.astro
@@ -87,8 +87,7 @@ const formatDefault = (value?: string): Default => {
87
</div>
88
89
<style>
90
- section:target,
91
- details:target {
+ section:target {
92
padding: 0.25rem 0;
93
border-image: conic-gradient(oklch(from var(--sl-color-accent) l c h / 0.1) 0, oklch(from var(--sl-color-accent) l c h / 0.1) 0) fill 0/0/0 100vw;
94
}
0 commit comments