Skip to content

Commit 89516eb

Browse files
authored
Merge pull request #21 from malydev/main
fix: remove background opacity from algorithm explanation section in …
2 parents 092ae6a + b04355c commit 89516eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AlgoStage.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const bootstrapJson = JSON.stringify({ locale, algorithm, steps }).replace(/</g,
8787
{
8888
description ? (
8989
<section
90-
class="flex-1 min-h-[160px] flex flex-col border-t border-white/8 bg-black/40"
90+
class="flex-1 min-h-[160px] flex flex-col border-t border-white/8"
9191
aria-label={locale === "es" ? "Explicación" : "Explanation"}
9292
data-algorithm-explanation
9393
>

0 commit comments

Comments
 (0)