Created by: tysongach
- Rename
sidebar
tonavigation
, which is based on its purpose rather than its visual placement. - Use
nav
element. - Remove unnecessary
ul
; thenav
provides enough semantics to wrap the links in. - Tweak visual design: show a light background on hover, add more whitespace between navigation links and main content.
After this PR:
Before: