/**
 * @author Josh Theriault 0315799
 * @description Page specific style sheet for UPEI CS-2060 assignment 3 website
 * @updated 12/2/2021
 */

:root
{
	--border-sidenav-current: 3px solid var(--color-altgray);
}

#page_login :any-link, #page_join :any-link
{
	color: var(--color-white) !important;
}

#page_landing.dark-theme
{
	background-color: var(--color-dark) !important;
}

#page_overview #sidenav > .sidenav-top li:nth-child(1)
{
	border-right: var(--border-sidenav-current);
}

#page_create-board #sidenav > .sidenav-top li:nth-child(2)
{
	border-right: var(--border-sidenav-current);
}

#page_docs #sidenav > .sidenav-top li:nth-child(3)
{
	border-right: var(--border-sidenav-current);
}

#page_style-guide #sidenav > .sidenav-top li:nth-child(4)
{
	border-right: var(--border-sidenav-current);
}

#page_settings #sidenav > .sidenav-bottom li:nth-child(1)
{
	border-right: var(--border-sidenav-current);
}