diff --git a/archive.html b/archive.html
index a744d34..bee01e9 100644
--- a/archive.html
+++ b/archive.html
@@ -14,7 +14,7 @@ title : Archive
{% if forloop.first %}
{{this_year}}
- {{this_month}}
+ {{this_month}}
{% endif %}
@@ -26,12 +26,12 @@ title : Archive
{% if this_year != next_year %}
{{next_year}}
- {{next_month}}
+ {{next_month}}
{% else %}
{% if this_month != next_month %}
- {{next_month}}
+ {{next_month}}
{% endif %}
{% endif %}
diff --git a/css/main.scss b/css/main.scss
index 783de00..d56ee3e 100755
--- a/css/main.scss
+++ b/css/main.scss
@@ -14,6 +14,7 @@ $base-line-height: 1.5;
$spacing-unit: 30px;
$text-color: #111;
+$tag-color: #dcfba2;
$background-color: #fdfdfd;
$brand-color: #2a7ae2;
@@ -57,22 +58,22 @@ ul.tag_box>li {
display: inline-block;
}
-li.label-success {
- background-color: $grey-color;
+span.label-success {
+ background-color: $tag-color;
}
-li.label-success a, li.label-success a:hover {
- color: rgb(255, 255, 255);
+span.label-success a, span.label-success a:hover {
+ color: $text-color;
text-decoration: none;
}
-li.label {
+span.label {
display: inline;
padding: 0.2em 0.6em 0.3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
- color: rgb(255, 255, 255);
+ color: $text-color;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
diff --git a/tags.html b/tags.html
index 1dae5e5..72c26db 100644
--- a/tags.html
+++ b/tags.html
@@ -6,7 +6,7 @@ title: Tags