diff --git a/templates/zopk/index.html b/templates/zopk/index.html index aa666e6..fda984b 100644 --- a/templates/zopk/index.html +++ b/templates/zopk/index.html @@ -263,6 +263,13 @@ flex-shrink: 0; } + .news-source-initial { + font-size: 28px; + font-weight: 700; + opacity: 0.8; + text-transform: uppercase; + } + .news-content h4 { font-size: var(--font-size-lg); margin-bottom: var(--spacing-sm); @@ -1316,14 +1323,14 @@ {% for news in news_items %} {% if news.image_url %} - {% else %}
- + {{ (news.source_domain or 'N')[0]|upper }}
{% endif %}
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 %} - {% else %}
- + {{ (news.source_domain or 'N')[0]|upper }}
{% endif %}