Skip to content

Commit 89074ed

Browse files
committed
fix: bg clr
1 parent dbe3f40 commit 89074ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/topics/[id]/DifficultyPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function DifficultyPage(props: { id: string, title: string, descr
2626
const { id, title, description } = props;
2727

2828
return (
29-
<div className="min-h-screen bg-gray-50">
29+
<div className="min-h-screen">
3030
<div className="max-w-5xl mx-auto px-4">
3131
{/* Header */}
3232
<div className="text-center mb-16">

src/app/topics/[id]/questions/[difficulty]/QuestionsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function QuestionsPage(props: { id: string, difficulty: Difficult
2626
}
2727

2828
return (
29-
<div className="min-h-screen bg-gray-50">
29+
<div className="min-h-screen">
3030
<div className="mx-auto max-w-2xl px-4 py-12">
3131
<div className="bg-white text-black p-6 sm:p-12 rounded-lg shadow-lg relative border-2 border-opacity-50">
3232
<span className={`absolute top-4 sm:top-8 right-4 sm:right-8 text-3xl sm:text-4xl font-staatliches opacity-90 sm:opacity-100 ${textColorClass}`}>

0 commit comments

Comments
 (0)