/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/

/* CSS to better visually match Docsify pages within Canvas LMS (uncomment to use) */
/*
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body .markdown-section {
    font-family: "Lato","Helvetica Neue",Arial,sans-serif;
    line-height: 1.4;
    font-size: 16px;
}

.markdown-section a:link, .markdown-section a:visited, .markdown-section a:active {
    text-decoration: none;
}

.markdown-section a:hover {
    text-decoration: underline;
}
*/

:root {
	--base-font-size                        : 16px;
	--link-color                            :rgb(200, 211, 0);
	--navbar-root-color                     : rgb(200, 211, 0);
	--navbar-root-color--active             : rgb(200, 211, 0);
	--navbar-root-color--hover              : rgb(200, 211, 0);
	--sidebar-nav-link-color--active        : #4D4D4D;
	--sidebar-nav-link-font-weight--active  : bold;
	--pagination-title-color                : rgb(200, 211, 0);
    --sidebar-nav-link-border-color--active: rgb(200, 211, 0);
    --sidebar-name-color: rgb(200, 211, 0);
	--docsifytabs-tab-highlight-color: rgb(200, 211, 0);
}

.app-name-link {
	font-weight: bold;
}
