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
In most places in CSS, the sidebar is being referenced by using
the `aside.sidebar` selector. The sidebar is being declared with
its identifier set to "sidebar", not its class, which causes the
selectors to not match the sidebar at all. Adjust the sidebar to
instead have a class and adapt the single occasion of "#sidebar"
to use ".sidebar".
0 commit comments