luke-else.co.uk/static/themes/frosted-blue.css
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

17 lines
262 B
CSS

:root {
--bg: #1e1f2a;
--bg-secondary: #3a3f4b;
--accent: #777f8d;
--header: #cad1da;
--fg: #e4e1db;
--input: #2e3438;
--link: #95add8;
--glow: #bcc3ca;
--hover: #cdd8e2;
--green: #98C379;
--red: #E06C75;
}