User:Jurta/Header/styles.css

.jurta-header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	border-radius: 6px;
	background-image: linear-gradient(white,#eeeeee);
	box-shadow: 0 0 0 1px #ffffff inset;
}

.jurta-header-plainlinks {
	font-size: 16px;
}

.jurta-header-plainlinks a:not(.selflink) {
	text-decoration: none;
	transition: text-shadow 500ms ease;
}

.jurta-header-plainlinks a:hover:not(.selflink) {
	text-shadow: 0 0 5px #66bfff;
}