summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/layout.css1
-rw-r--r--templates/base.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/static/layout.css b/static/layout.css
index 35f2593..28bb4e1 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -24,6 +24,7 @@ nav ul li:not(:last-child):after {
a,:visited {
font-style: italic;
+ font-weight: bold;
color: #000;
}
diff --git a/templates/base.html b/templates/base.html
index 475e837..d30fb4a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,7 +8,7 @@
<script type="text/javascript" src="{{ url_for('static', filename=script) }}"></script>
{%- endfor %}
{%- for style in styles %}
- <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename=style, version='0.1') }}">
+ <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename=style, version='0.2') }}">
{%- endfor %}
</head>
<body>