diff --git a/taskncoffee-app/src/index.css b/taskncoffee-app/src/index.css index d7a4fbb..063fd49 100644 --- a/taskncoffee-app/src/index.css +++ b/taskncoffee-app/src/index.css @@ -17,7 +17,7 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; --radius: 0.625rem; - --background: oklch(1 0 0); + --background: #111928; --foreground: oklch(0.13 0.028 261.692); --card: oklch(1 0 0); --card-foreground: oklch(0.13 0.028 261.692); diff --git a/taskncoffee-app/src/pages/dashboard.css b/taskncoffee-app/src/pages/dashboard.css index 1ac2996..fac971a 100644 --- a/taskncoffee-app/src/pages/dashboard.css +++ b/taskncoffee-app/src/pages/dashboard.css @@ -203,7 +203,7 @@ .dashboard-task-card { background: var(--color-card); padding: 0.75rem; - border-radius: 0.5rem; + border-radius: 0.625rem; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); font-size: 0.875rem; transition: transform 0.2s;