update hammer js

This commit is contained in:
r888888888
2014-08-14 15:05:11 -07:00
parent 8c52d2f376
commit 3fb0072dea
4 changed files with 47 additions and 22 deletions

View File

@@ -62,4 +62,28 @@ div#tags {
font-size: 24pt;
font-weight: bold;
}
.category-1 a, a.tag-type-1 {
color: #A00;
&:hover {
color: #B66;
}
}
.category-3 a, a.tag-type-3 {
color: #A0A;
&:hover {
color: #B6B;
}
}
.category-4 a, a.tag-type-4 {
color: #0A0;
&:hover {
color: #6B6;
}
}
}