feat(theme,ui): apply pure white background in light mode and improve accessibility

- Update light mode theme tokens to pure white (#ffffff) background and soft gray borders
- Add supports-[height:100dvh] fallback to ProfessorDetailsDialog max-height
- Add aria-hidden to decorative arrows in Header mobile navigation
This commit is contained in:
2026-08-22 22:10:09 +09:00
parent 44c21ab59e
commit a2b626b192
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -255,6 +255,7 @@ export default function Header() {
<span className="font-sans text-base">{item.en}</span>
</span>
<span
aria-hidden="true"
className={`text-xs font-mono ${
active ? "text-white/80 dark:text-ivory/80" : "text-ink-mute"
}`}