/**
 * @file plugins/themes/defaultManuscript/styles/pages/viewPdf.less
 *
 * Copyright (c) 2014-2020 Simon Fraser University
 * Copyright (c) 2003-2020 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the lightweight page for viewing PDFs
 * @link templates/frontend/pages/viewPdf.tpl
 */
.header_view {
	background: @bg-base;
	color: @text-bg-base;

	.title {
		color: @text-bg-base;

		&:hover,
		&:focus {
			background: @bg-base;
			color: @text-bg-base;
			text-decoration: underline;
		}
	}
}
