/* Give the body a dark background */
body {
	background: none !important;
	background-color: #1f1f1f !important;
}



/* Give the entrys a dark theme */
.entry, .source {
	background-color: #292929 !important;
	border: none !important;
}

@media screen and (max-width: 1024px) {
  .entry, .source {
	  background: none !important;
	  background-color: #292929 !important;
  }
}

.entry-title-link, .source-title {
	color: #e2e2e2 !important;
}

.entry-content {
	color: #e2e2e2 !important;
}

.entry-toolbar, .entry-smartphone-share {
	filter: invert(1);
}

.entry-content a, .entry-source, .entry-datetime, .entry-author, .entry-separator {
  color: #aaa !important;
}



/* Sidebar dark theme */
.unread-count.unread {
	background: none !important;
}

#nav, #nav-mobile {
	border: none !important;
}



/* Hide youtube thumb nails */
.entry-thumbnail {
	display: none;
}



/* Hide the logo */
#nav-logo {
	display: none;
}

#nav-mark {
	margin-top: 15px;
}



/* Make tag font always light */
.entry-tags-tag {
	color:#EEE !important;
}

