fix(theme): remove pinkish gradient wash, set deep luxury jet black background across entire website
This commit is contained in:
@@ -112,8 +112,8 @@ export default function ServicesSection() {
|
||||
<div className="glass-panel" style={{
|
||||
padding: '40px 32px',
|
||||
borderRadius: '20px',
|
||||
border: '1px solid var(--border-gold)',
|
||||
background: 'linear-gradient(135deg, rgba(20,20,20,0.9) 0%, rgba(30,15,25,0.9) 100%)',
|
||||
border: '1.5px solid var(--border-gold)',
|
||||
background: '#0F0F0F',
|
||||
}}>
|
||||
<h3 style={{ fontSize: '1.4rem', fontWeight: 800, color: 'var(--color-gold-light)', textAlign: 'center', marginBottom: '32px' }}>
|
||||
Simple 3-Step Booking Process
|
||||
|
||||
Reference in New Issue
Block a user