/*
Theme Name: Twenty Seventeen Child
Template: twentyseventeen
Description: Child theme für happach-kasan.de: bereinigter Footer, Autor ausgeblendet, Datum sichtbar (de), aufgeräumter Head.
Version: 1.0
Text Domain: twentyseventeen-child
*/

/* Autor-Byline ausblenden (Datum bleibt sichtbar) */
.site .byline,
.site .author.vcard {
	display: none;
}

/* Kategorien im Stil: dezente Chips */
.entry-footer .cat-links a,
.entry-footer .tags-links a {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 2px 10px;
	background: #f2f4f7;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1.8;
	color: #33475b;
	text-decoration: none;
}
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:hover {
	background: #d4af37;
	color: #fff;
}
