/* #Elements */
blockquote {
	font-family: @font_family( $post_font_family );
}
.page blockquote {
	font-family: @font_family( $post_font_family );
}
blockquote cite {
	color: $regular_text_color;
}
blockquote a:hover {
	color: $regular_link_color;
}

blockquote {
	border-color: $regular_accent_color_1;
}

code {
	color: @darken( $regular_text_color, 15% );
	background: $invert_text_color;
}

ul li::before {
	background-color: $social_icon_color;
}
ol li::before {
	font-family: @font_family( $main_menu_font_family );
	color: $social_icon_color;
}

.entry-content table {
	color: $regular_accent_color_2;
}
.entry-content table th {
	font-family: @font_family( $main_menu_font_family );
	background-color: $regular_accent_color_3;
}