Commit 705318788417984183a276e0cf0f87dbbb50d2a1

Authored by Augusto dos Anjos Almeida
1 parent 9b4e98f2

Fix #198

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
sass/_proposal_detail.scss
... ... @@ -193,10 +193,10 @@
193 193  
194 194 .proposal-header {
195 195 .title {
196   - background: $color;
  196 + background: darken($color, 15%);
197 197 }
198 198 .abstract p {
199   - background: $color;
  199 + background: darken($color, 15%);
200 200 }
201 201 .show_body {
202 202 background: $color;
... ...