diff --git a/tuxlite_zf/static/css/style.css b/tuxlite_zf/static/css/style.css index 57611dc..40e3162 100644 --- a/tuxlite_zf/static/css/style.css +++ b/tuxlite_zf/static/css/style.css @@ -32,8 +32,10 @@ text-transform: uppercase; /* Index.html - posts */ -h3.article-title { margin-bottom: 0em; } -.article-title a { color: #222222; } +h3.article-title { +margin-bottom: 0em; +color: #3A91CB; +} /* Article infos | infos_bottom.html */ diff --git a/tuxlite_zf/templates/base.html b/tuxlite_zf/templates/base.html index 2d5e1f2..fc4072e 100644 --- a/tuxlite_zf/templates/base.html +++ b/tuxlite_zf/templates/base.html @@ -86,7 +86,7 @@ {% endif %} - {% if SOCIAL %} + {% if SOCIAL %}