feat: harden podman deployment orchestration
This commit is contained in:
+25
-23
@@ -7,33 +7,33 @@
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--background: oklch(0.985 0 0);
|
||||
--foreground: oklch(0.145 0 0);
|
||||
--background: oklch(0.986 0.002 247.84);
|
||||
--foreground: oklch(0.17 0.004 255.9);
|
||||
--card: oklch(1 0 0);
|
||||
--card-foreground: oklch(0.145 0 0);
|
||||
--card-foreground: oklch(0.17 0.004 255.9);
|
||||
--popover: oklch(1 0 0);
|
||||
--popover-foreground: oklch(0.145 0 0);
|
||||
--primary: oklch(0.18 0 0);
|
||||
--popover-foreground: oklch(0.17 0.004 255.9);
|
||||
--primary: oklch(0.19 0.004 255.9);
|
||||
--primary-foreground: oklch(0.985 0 0);
|
||||
--secondary: oklch(0.96 0 0);
|
||||
--secondary-foreground: oklch(0.205 0 0);
|
||||
--muted: oklch(0.955 0 0);
|
||||
--muted-foreground: oklch(0.556 0 0);
|
||||
--accent: oklch(0.955 0 0);
|
||||
--accent-foreground: oklch(0.205 0 0);
|
||||
--secondary: oklch(0.956 0.003 247.86);
|
||||
--secondary-foreground: oklch(0.26 0.004 255.9);
|
||||
--muted: oklch(0.962 0.003 247.86);
|
||||
--muted-foreground: oklch(0.52 0.006 255.9);
|
||||
--accent: oklch(0.955 0.004 247.86);
|
||||
--accent-foreground: oklch(0.24 0.004 255.9);
|
||||
--destructive: oklch(0.577 0.245 27.325);
|
||||
--border: oklch(0.922 0 0);
|
||||
--input: oklch(0.922 0 0);
|
||||
--ring: oklch(0.708 0 0);
|
||||
--chart-1: oklch(0.87 0 0);
|
||||
--chart-2: oklch(0.556 0 0);
|
||||
--chart-3: oklch(0.439 0 0);
|
||||
--chart-4: oklch(0.371 0 0);
|
||||
--chart-5: oklch(0.269 0 0);
|
||||
--radius: 0.625rem;
|
||||
--sidebar: oklch(0.985 0 0);
|
||||
--sidebar-foreground: oklch(0.145 0 0);
|
||||
--sidebar-primary: oklch(0.205 0 0);
|
||||
--border: oklch(0.905 0.004 247.86);
|
||||
--input: oklch(0.905 0.004 247.86);
|
||||
--ring: oklch(0.62 0.012 255.9);
|
||||
--chart-1: oklch(0.67 0.12 250);
|
||||
--chart-2: oklch(0.68 0.11 155);
|
||||
--chart-3: oklch(0.72 0.14 80);
|
||||
--chart-4: oklch(0.63 0.16 20);
|
||||
--chart-5: oklch(0.55 0.11 290);
|
||||
--radius: 0.5rem;
|
||||
--sidebar: oklch(0.986 0.002 247.84);
|
||||
--sidebar-foreground: oklch(0.17 0.004 255.9);
|
||||
--sidebar-primary: oklch(0.24 0.004 255.9);
|
||||
--sidebar-primary-foreground: oklch(0.985 0 0);
|
||||
--sidebar-accent: oklch(0.97 0 0);
|
||||
--sidebar-accent-foreground: oklch(0.205 0 0);
|
||||
@@ -47,6 +47,8 @@ body {
|
||||
font-synthesis: none;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 250, 0.98)), var(--background);
|
||||
}
|
||||
|
||||
button,
|
||||
|
||||
Reference in New Issue
Block a user