fix(theme): remove pinkish gradient wash, set deep luxury jet black background across entire website
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user