Skip to content

Instantly share code, notes, and snippets.

@laurendicky
laurendicky / Mentor-Chat.css
Last active May 3, 2025 10:51
Mentor-Chat-CSS
/* ───────── ROOT SYSTEM ─────────────────────── */
:root {
--radius-pill: 9999px;
--radius-lg: 28px;
--glass: rgba(255, 255, 255, 0.66);
--glass-dark: rgba(28, 28, 30, 0.64);
--border: rgba(255, 255, 255, 0.34);
--border-dark: rgba(255, 255, 255, 0.08);
--shadow: 0 8px 32px rgba(0, 0, 0, 0.05);