diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index a98e8f256..586628556 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -623,19 +623,28 @@ footer { } } -.tag-cloud { +.categories { - h3 { - border-top: 2px solid $brand; + a { + background: $highlight; + border-radius: rem-calc(6); display: inline-block; - font-family: $font-family-sans-serif; - font-size: rem-calc(16); - margin: -1px 0 rem-calc(12); - padding-top: $line-height/4; - text-transform: uppercase; + font-size: $small-font-size; + margin-bottom: $line-height/3; + padding: $line-height/4 $line-height/3; + text-decoration: none; } } +h3.sidebar-title { + border-top: 2px solid $brand; + display: inline-block; + font-size: rem-calc(16); + margin: -1px 0 rem-calc(12); + padding-top: $line-height/4; + text-transform: uppercase; +} + // 05. Auth pages // - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/views/proposals/_categories.html.erb b/app/views/proposals/_categories.html.erb index 61ee995df..4d429b055 100644 --- a/app/views/proposals/_categories.html.erb +++ b/app/views/proposals/_categories.html.erb @@ -1,9 +1,9 @@
-