diff --git a/themes/hackit0x14/static/css/hackit.css b/themes/hackit0x14/static/css/hackit.css index b5a0e22..38aadb4 100644 --- a/themes/hackit0x14/static/css/hackit.css +++ b/themes/hackit0x14/static/css/hackit.css @@ -76,7 +76,7 @@ h1, h2, h3, h4, strong, tt { font-size: 21px; } -blockquote { +.body-index blockquote { border: 1px solid #383838; background-color: #272626; text-align: justify; diff --git a/themes/hackit0x14/templates/page.html b/themes/hackit0x14/templates/page.html index e70e4b3..9218060 100644 --- a/themes/hackit0x14/templates/page.html +++ b/themes/hackit0x14/templates/page.html @@ -45,7 +45,7 @@ {% endblock %} {% block content %} -
+
{% import 'includes/translations.html' as translations with context %} {{ translations.translations_for(page) }} {% if PDF_PROCESSOR %}