38770-vm/assets/css/custom.css
2026-02-25 23:26:27 +00:00

12 lines
243 B
CSS

/* Custom styles for Uptime Monitor */
:root {
--bg-dark: #0f172a;
--pastel-blue: #1e293b;
--neon-white: #f8fafc;
--neon-pink: #f472b6;
}
/* Transitions and global tweaks */
body {
transition: background-color 0.5s ease;
}