<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Theme: Alchemist / Blog Overview CSS Template / Updated: 12/11/21 */
.blogpage {
  color: white;
}
.pagination span {
    padding: .5rem;
}
.blog-author-image {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.read-button {
  color: white;
  cursor: pointer;
}
.read-button circle,
.read-button path {
  stroke: white;
}</pre></body></html>