adds design

This commit is contained in:
2026-09-03 09:36:58 +02:00
parent 79c7a45807
commit 47581d5718
19 changed files with 1447 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/* Colour shifts only. Kade never translates, lifts, or scales on hover. */
:root {
--ease-out: cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
--duration-fast: 120ms; /* @kind other */
--duration-base: 160ms; /* @kind other */
--duration-slow: 260ms; /* @kind other */
--transition-color: color var(--duration-base) var(--ease-out),
background-color var(--duration-base) var(--ease-out),
border-color var(--duration-base) var(--ease-out);
}