@import "/css/colors.css";

#blog-index-table #date {
	text-wrap: nowrap;
	vertical-align: top;
	a {
		color: var(--fg-color);
		text-decoration: none;
		padding-right: 5px;
		font-family: "inconsolata", monospace;
	}
}

@media (max-width: 800px) {
	#blog-index-table {
		/* border: 1px solid #505050; */
		/* border-radius: .5em; */
		/* padding: .5em; */
		#entry {
			display: flex;
			flex-direction: column-reverse;
		}
		/* #date { */
			/* padding-bottom: 0.5em; */
		/* } */
		/* #title a { */
			/* color: var(--fg-color); */
			/* font-size: 1.20em; */
		/* } */
		/* #date a { */
			/* color: var(--article-date); */
		/* } */
	}
}
