diff options
author | Matt <s@tuxlite.com> | 2013-05-21 23:56:23 +0000 |
---|---|---|
committer | Matt <s@tuxlite.com> | 2013-05-21 23:56:23 +0000 |
commit | db15d9db311c76bc2ce015e171ecfb0832c2f75a (patch) | |
tree | 7f5eb47a551c782de1f52d4b8c023066c5197e5f /tuxlite_zf/static | |
parent | e966af053d5c99ef22431264b3a645fac9c63785 (diff) | |
download | pelican-themes-db15d9db311c76bc2ce015e171ecfb0832c2f75a.tar.gz |
Fix html tag order and change color for article title.
Diffstat (limited to 'tuxlite_zf/static')
-rw-r--r-- | tuxlite_zf/static/css/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
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 */
|