fix: add pushbox

This commit is contained in:
Tim Rijkse
2026-01-15 08:47:52 +01:00
parent b65800b069
commit 73ca0cb94f
7 changed files with 203 additions and 1 deletions

View File

@@ -197,6 +197,8 @@ table {
--color-border: #e2e8f0;
--color-border-light: #f1f5f9;
--color-push-box-bg: #EBEEF4;
--color-success: #22c55e;
--color-error: #ef4444;
--color-warning: #f59e0b;
@@ -206,6 +208,8 @@ table {
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
sans-serif;
--font-family-heading: var(--font-family-base);
--font-family-outfit: "Outfit", system-ui, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, sans-serif;
--font-size-xs: 0.75rem; /* 12px */
--font-size-sm: 0.875rem; /* 14px */