diff --git a/templates/zopk/news_list.html b/templates/zopk/news_list.html
index c44b1b6..55374f3 100644
--- a/templates/zopk/news_list.html
+++ b/templates/zopk/news_list.html
@@ -83,6 +83,13 @@
color: white;
}
+ .news-source-initial {
+ font-size: 28px;
+ font-weight: 700;
+ opacity: 0.8;
+ text-transform: uppercase;
+ }
+
.news-content h3 {
font-size: var(--font-size-lg);
margin-bottom: var(--spacing-sm);
@@ -179,14 +186,14 @@
{% for news in news_items %}
{% if news.image_url %}
-
-

+
{{ (news.source_domain or 'N')[0]|upper }}
{% else %}
-

+
{{ (news.source_domain or 'N')[0]|upper }}
{% endif %}