diff --git a/themes/openAV-Luppp/static/css/style.css b/themes/openAV-Luppp/static/css/style.css index c676259..5035525 100644 --- a/themes/openAV-Luppp/static/css/style.css +++ b/themes/openAV-Luppp/static/css/style.css @@ -96,10 +96,13 @@ footer { header h2 { margin: 0px; - margin-bottom: 10px; color: #ff9900; } +article header h2 a { + color: #ff9900 !important; +} + article { border: 1px solid #7f8c8d; padding: 20px; diff --git a/themes/openAV-Luppp/templates/index.html b/themes/openAV-Luppp/templates/index.html index 082ef8b..3be2f39 100644 --- a/themes/openAV-Luppp/templates/index.html +++ b/themes/openAV-Luppp/templates/index.html @@ -9,7 +9,8 @@ {% for article in articles_page.object_list %}
-

{{ article.title }}

+

{{ article.title }}