/**
 * [NOTE] This css file needs to be included "after" the default docsify css is included.
 *        Certain overrides are "less specific" so that other overrides (ie: code formatting) may cascade over.
 *
 */
.thesavingsgroup-docsify .app-name-link img {
	width: 90%;
}

/* generic override of the "code" color. */
.markdown-section code {
	color: rgb(0, 181, 226);
}