All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m4s
18 lines
283 B
CSS
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;
|
|
} |