aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic
diff options
context:
space:
mode:
Diffstat (limited to 'zurb-F5-basic')
-rw-r--r--zurb-F5-basic/static/css/style.css1
-rw-r--r--zurb-F5-basic/templates/base.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/zurb-F5-basic/static/css/style.css b/zurb-F5-basic/static/css/style.css
index 3eedd8e..7fd1d6b 100644
--- a/zurb-F5-basic/static/css/style.css
+++ b/zurb-F5-basic/static/css/style.css
@@ -36,6 +36,7 @@ text-transform: uppercase;
h3.article-title {
margin-bottom: 0em;
color: #3A91CB;
+font-weight: bolder;
}
diff --git a/zurb-F5-basic/templates/base.html b/zurb-F5-basic/templates/base.html
index 0ade6fd..944ccb5 100644
--- a/zurb-F5-basic/templates/base.html
+++ b/zurb-F5-basic/templates/base.html
@@ -7,7 +7,7 @@
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/normalize.css" />
- <link rel="stylesheet" href="{{ SITEURL }}/theme/css/foundation.min.css" />
+ <link rel="stylesheet" href="{{ SITEURL }}/theme/css/foundation.css" />
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css" />
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css" />
<script src="{{ SITEURL }}/theme/js/modernizr.js"></script>