/*
	Copyright (c) 2021, 2025 ArSysOp

	This program and the accompanying materials are made available under the
	terms of the Eclipse Public License 2.0 which is available at
	https://www.eclipse.org/legal/epl-2.0/.

	SPDX-License-Identifier: EPL-2.0

	Contributors:
		Anastasiia Parovyshnaia - initial API and implementation
*/

a {
	color: #2B59C3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a::before {
	color: #C43333;
	margin-right: .25rem;
}

a[href*="passage-docs"]::before {
	content: "♘";
}

a[href*="technology"]::before {
	content: "⚒";
}

a[href*="arsysop.ru"]::before {
	content: "⚙";
}

a[href*="lists/passage-dev"]::before {
	content: "✵";
}

a[href*="lists/passage-dev"]::before {
	content: "✵";
}

a[href*="mail"]::before {
	content: "✉";
}

a[href*="aleo"]::before {
	content: "▨";
}

a[href="https://www.eclipse.org"]::before {
	content: "☾";
}

footer a[href="https://arsysop.ru"]::before {
	content: "☄";
}