mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-24 06:42:23 +02:00
- Replace fixed SVG width/height attrs with viewBox + preserveAspectRatio so the tree scales naturally across screen sizes - Switch font-family to Inter/system-font stack via --font-family token - Add spacing tokens (--space-1 through --space-6, 4px scale) - Add border-radius tokens (--radius-sm, --radius-md) - Add shadow tokens (--shadow-sm, --shadow-md) with light-mode overrides - Add --color-accent and --color-border for future theming use - Add font-size tokens (--font-size-sm/base/lg/xl) - Wire up new tokens throughout existing CSS rules Co-Authored-By: Paperclip <noreply@paperclip.ing>