12 lines
243 B
CSS
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;
|
|
}
|