fix(theme): remove pinkish gradient wash, set deep luxury jet black background across entire website

This commit is contained in:
2026-08-29 17:17:03 -07:00
parent 004d3e2ec3
commit fa7f543c07
41 changed files with 24 additions and 49 deletions
-10
View File
@@ -31,16 +31,6 @@ export default function AboutSection() {
overflow: 'hidden',
}}>
<div style={{
position: 'absolute',
top: '-50px',
right: '-50px',
width: '180px',
height: '180px',
background: 'radial-gradient(circle, rgba(224,0,111,0.2) 0%, transparent 70%)',
filter: 'blur(30px)',
}} />
<div style={{ position: 'relative', width: '220px', height: '220px', margin: '0 auto 24px' }}>
<Image
src="/images/logo_monogram.png"