Skip to content

Commit 3832ab0

Browse files
codergautamclaude
andcommitted
Fix privacy-crazygames page: dark background, light text, scrollable
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 48d5c9e commit 3832ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/privacy-crazygames.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33

44
const PrivacyPolicy = () => {
55
return (
6-
<div style={{ padding: '2rem' }}>
6+
<div style={{ padding: '2rem', background: '#111', color: '#eee', minHeight: '100vh', overflowY: 'auto' }}>
77
<h1>Privacy Policy</h1>
88
<p><strong>Effective Date:</strong> 08/14/24</p>
99

0 commit comments

Comments
 (0)