All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m4s
18 lines
598 B
CSS
18 lines
598 B
CSS
:root {
|
|
--bg: #1e2426; /* Dark blue-grey */
|
|
--bg-secondary: #283033; /* Deep slate */
|
|
--accent: #7c9197; /* Muted blue-grey */
|
|
|
|
--header: #a4b3b7; /* Softer light blue-grey */
|
|
--fg: #d2d9dc; /* Pale blue-grey for readability */
|
|
|
|
--input: #323a3d; /* Dark neutral input background */
|
|
|
|
--link: #85a1a8; /* Muted cool teal */
|
|
--glow: #627277; /* Soft cool-toned glow */
|
|
--hover: #95b2b8; /* Pastel blue-grey hover */
|
|
|
|
--green: #79a48c; /* Muted forest green */
|
|
--red: #d18088; /* Soft warm red */
|
|
--blue: #789fa7; /* Medium desaturated blue */
|
|
} |