We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 092ae6a + b04355c commit 89516ebCopy full SHA for 89516eb
1 file changed
src/components/AlgoStage.astro
@@ -87,7 +87,7 @@ const bootstrapJson = JSON.stringify({ locale, algorithm, steps }).replace(/</g,
87
{
88
description ? (
89
<section
90
- class="flex-1 min-h-[160px] flex flex-col border-t border-white/8 bg-black/40"
+ class="flex-1 min-h-[160px] flex flex-col border-t border-white/8"
91
aria-label={locale === "es" ? "Explicación" : "Explanation"}
92
data-algorithm-explanation
93
>
0 commit comments