Example Page

Using Shared Components

This page demonstrates how to use the shared SPECMEM components:

  • shared-theme.css - Consistent colors, fonts, and utilities
  • shared-header.js - Header with live stats
  • shared-nav.js - Navigation sidebar

Theme Variables

Use CSS variables for consistency:

color: var(--csgo-yellow);
background: var(--csgo-dark);
padding: var(--spacing-md);

Utility Classes

Yellow text using .text-yellow

Success text using .text-success

Error text using .text-error

Glowing text using .glow-yellow