Luke Else 3557a6a6ad
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m4s
Added a nice new light pastel blue theme
2025-03-06 15:41:06 +00:00

18 lines
283 B
CSS

:root {
--bg: #282c34;
--bg-secondary: #3e434b;
--accent: #59616d;
--header: #E06C75;
--fg: #9eaac0;
--input: #2b3136;
--link: #98C379;
--glow: #C678DD;
--hover: #56B6C2;
--green: #98C379;
--red: #E06C75;
--blue: #79aec3;
}