Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Dec 15, 2024
1 parent 595898c commit fe5a44a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/suspensive.org/src/components/Scrollycoding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function Scrollycoding(props: unknown) {
</div>

<div
className="rounded-xl border-2 border-[#ffffff10] bg-[#191919]"
className="rounded-xl border-2 border-[#ffffff08] bg-[#ffffff04]"
style={{ flex: 2 }}
>
<div className="scrollbar-none sticky top-16 overflow-auto">
Expand All @@ -116,7 +116,7 @@ export function Scrollycoding(props: unknown) {
className="mb-20 cursor-pointer py-2 opacity-30 blur-lg transition data-[selected=true]:opacity-100 data-[selected=true]:blur-none"
>
<h2 className="mb-2 text-lg font-bold">{step.title}</h2>
<div className="opacity-90">{step.children}</div>
<div className="opacity-75">{step.children}</div>
</Selectable>
))}
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/suspensive.org/src/pages/en/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
type: 'page',
display: 'hidden',
theme: {
layout: 'full',
layout: 'raw',
},
},
docs: {
Expand Down
2 changes: 1 addition & 1 deletion docs/suspensive.org/src/pages/ko/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
type: 'page',
display: 'hidden',
theme: {
layout: 'full',
layout: 'raw',
},
},
docs: {
Expand Down

0 comments on commit fe5a44a

Please sign in to comment.