diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 3abaa20a0..60ffc337d 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -310,7 +310,7 @@ footer { &:hover { color: $link; cursor: pointer; - background: #e5f1f8; + background: $tags-bg-hover; border: 1px solid $brand; } } @@ -328,6 +328,17 @@ footer { a { padding: $line-height/4 $line-height/3; + + .label { + color: white; + } + + &:hover { + + .label { + background: $brand; + } + } } } diff --git a/app/assets/stylesheets/variables.scss b/app/assets/stylesheets/variables.scss index 03ea93dfd..3fc104785 100644 --- a/app/assets/stylesheets/variables.scss +++ b/app/assets/stylesheets/variables.scss @@ -30,6 +30,7 @@ $link: #2895F1; $link-hover: #2178BF; $tags-bg: #FAFAFA; +$tags-bg-hover: #E5F1F8; $tags-border: #F0F0F0; $tags-color: #8F8F8F; diff --git a/app/views/shared/_tag_cloud.html.erb b/app/views/shared/_tag_cloud.html.erb index c113a76bb..bba1d50df 100644 --- a/app/views/shared/_tag_cloud.html.erb +++ b/app/views/shared/_tag_cloud.html.erb @@ -1,6 +1,6 @@