You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix dark mode scrollbars and improve layout
Add color-scheme property to respect system dark/light mode, improving scrollbar theming in both modes. Integrate navigation tabs into the header for better visual hierarchy. Replace container-constrained layout with max-w-screen-2xl for wider content area. Increase table cell padding in the detailed matrix for improved readability.
* Fix nested anchor hydration error in KernelCard
Change GitHub repository link from <a> to <button> with onClick handler
to avoid invalid nested <a> tags when card is wrapped in a Link.
0 commit comments