diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 9290507..2403003 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -55,7 +55,7 @@ a:link, a:visited { } a:hover, a:active { background-color: #C74350; - color: #fff; + color: #000; text-decoration: none; text-shadow: 1px 1px 1px #333; } diff --git a/theme/templates/article.html b/theme/templates/article.html index 9303a00..4c57df3 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -3,13 +3,15 @@ {% block content %}
-

- {{ article.title }}

{% include 'twitter.html' %}
-
- +
{{ article.locale_date }} +

+ {{ article.title }}

+ {% include 'twitter.html' %}
+
+ {{ article.content }}