style: drop icon slop, swap primary to caramel, kill particles
CI & Lighthouse / test (push) Has been cancelled

- Remove 8 duplicated generic SVG icons from tech cards
- Switch --color-primary from teal (#1D7874) to gold (#D4A574)
- Remove particle canvas system (~70 lines JS, canvas element, CSS)
- Grain texture + steam now carry atmosphere alone
This commit is contained in:
2026-04-30 13:07:23 -04:00
parent 841794830b
commit f40cf11ef8
5 changed files with 123 additions and 295 deletions
+2 -12
View File
@@ -17,7 +17,7 @@
--text-body: var(--color-coffee-dark);
--bg-surface-rgb: 255, 255, 255;
--bg-surface: rgba(var(--bg-surface-rgb), 0.7);
--color-primary: var(--color-teal);
--color-primary: var(--color-gold);
--color-secondary: var(--color-gold);
--border-subtle: rgba(111, 78, 55, 0.15);
@@ -934,17 +934,7 @@ footer a:hover {
transition: none;
}
/* ===== PARTICLE CANVAS ===== */
#particles {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: -1;
opacity: 0.6;
}
/* ===== PARTICLE CANVAS (removed) ===== */
/* ===== TYPEWRITER EFFECT ===== */
.typewriter {