Fix pool name color on pool show page

This commit is contained in:
Toks
2013-07-31 18:43:47 -04:00
parent fca24763f1
commit 530fabe0d4

View File

@@ -1,6 +1,6 @@
@import "../common/000_vars.css.scss";
.pool-category-series a {
a.pool-category-series, .pool-category-series a {
color: #A0A;
&:hover {
@@ -8,7 +8,7 @@
}
}
.pool-category-collection a {
a.pool-category-collection, .pool-category-collection a {
color: $link_color;
&:hover {