Skip to content

Instantly share code, notes, and snippets.

View LeoBugtai's full-sized avatar

LeoBugtai

  • Joined May 8, 2026
View GitHub Profile
@LeoBugtai
LeoBugtai / lac-tacos-dashboard-2026-05-08.html
Created May 8, 2026 21:29
LAC TACOS Dashboard 2026-05-08
<!DOCTYPE html>
<html><head><meta charset="utf-8"><title>LAC TACOS Dashboard — 2026-05-08</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0e0e0e; color: #f5efe6; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.5; padding: 32px; font-variant-numeric: tabular-nums; }
.container { max-width: 1240px; margin: 0 auto; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: 32px; font-weight: 400; margin-bottom: 4px; letter-spacing: -0.5px; }
h1 .accent { color: #c9a96a; margin: 0 8px; }
h2 { font-family: Georgia, serif; font-size: 18px; font-weight: 400; margin: 24px 0 12px; color: #c9a96a; letter-spacing: 0.5px; }
.meta { color: #8a8175; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 24px; }