mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-24 14:52:23 +02:00
- Replace hardcoded px/font values in search area with CSS tokens (--space-*, --font-size-*, --radius-sm, --font-family, --color-accent) - Add focus box-shadow on search input using accent color - Add box-shadow to search results dropdown - Add @media (max-width: 768px) breakpoints: scale header font, make legend responsive (position:relative, width:auto) These changes were present in feat/the-72 but were not carried forward when THE-66 (search) and THE-73 (badges) merged into master independently. Co-Authored-By: Paperclip <noreply@paperclip.ing>