diff --git a/src/pages/Infrastructure.tsx b/src/pages/Infrastructure.tsx index fadaa90..b54219d 100644 --- a/src/pages/Infrastructure.tsx +++ b/src/pages/Infrastructure.tsx @@ -81,20 +81,6 @@ function framedCard(bgUrl: string): React.CSSProperties { } } -const cardVignette: React.CSSProperties = { - position: 'absolute', - inset: 0, - pointerEvents: 'none', - background: 'radial-gradient(ellipse closest-side at center, transparent 70%, var(--color-page) 100%)', -} - -const cardDim: React.CSSProperties = { - position: 'absolute', - inset: 0, - pointerEvents: 'none', - backgroundColor: 'rgba(8, 8, 10, 0.45)', -} - const distributionData = [ { name: 'Compute', value: 42, color: '#C8A434' }, { name: 'Storage', value: 28, color: '#E67E22' }, @@ -209,8 +195,6 @@ export default function Infrastructure() {