Commit ae33ca89b9d2aee2cbd69c7be411c48ce2b0fe04
1 parent
bf67dc38
Exists in
master
and in
8 other branches
Fix #137
Showing
3 changed files
with
7 additions
and
7 deletions
Show diff stats
sass/_login.scss
sass/_proposal_detail.scss
| @@ -346,7 +346,7 @@ | @@ -346,7 +346,7 @@ | ||
| 346 | margin: 0 0 20px 10px; | 346 | margin: 0 0 20px 10px; |
| 347 | } | 347 | } |
| 348 | .subtitle { | 348 | .subtitle { |
| 349 | - color: #333; | 349 | + color: #000; |
| 350 | } | 350 | } |
| 351 | .vote-actions { | 351 | .vote-actions { |
| 352 | .like { | 352 | .like { |
| @@ -382,7 +382,7 @@ | @@ -382,7 +382,7 @@ | ||
| 382 | .vote-result { | 382 | .vote-result { |
| 383 | font-size: 14px; | 383 | font-size: 14px; |
| 384 | font-weight: bold; | 384 | font-weight: bold; |
| 385 | - color: #333; | 385 | + color: #000; |
| 386 | font-weight: bold; | 386 | font-weight: bold; |
| 387 | text-decoration: none; | 387 | text-decoration: none; |
| 388 | margin: 0; | 388 | margin: 0; |
| @@ -447,7 +447,7 @@ | @@ -447,7 +447,7 @@ | ||
| 447 | 447 | ||
| 448 | span { | 448 | span { |
| 449 | font-weight: 14px; | 449 | font-weight: 14px; |
| 450 | - color: #333; | 450 | + color: #000; |
| 451 | display: block; | 451 | display: block; |
| 452 | } | 452 | } |
| 453 | 453 |
sass/style.scss
| @@ -87,7 +87,7 @@ form { | @@ -87,7 +87,7 @@ form { | ||
| 87 | } | 87 | } |
| 88 | 88 | ||
| 89 | input, textarea { | 89 | input, textarea { |
| 90 | - color: #333; | 90 | + color: #000; |
| 91 | border: 1px solid #18376C; | 91 | border: 1px solid #18376C; |
| 92 | } | 92 | } |
| 93 | 93 | ||
| @@ -98,7 +98,7 @@ form { | @@ -98,7 +98,7 @@ form { | ||
| 98 | a { | 98 | a { |
| 99 | font-size: 14px; | 99 | font-size: 14px; |
| 100 | font-weight: bold; | 100 | font-weight: bold; |
| 101 | - color: #333; | 101 | + color: #000; |
| 102 | font-weight: bold; | 102 | font-weight: bold; |
| 103 | text-decoration: none; | 103 | text-decoration: none; |
| 104 | margin: 10px 20px; | 104 | margin: 10px 20px; |
| @@ -135,7 +135,7 @@ form { | @@ -135,7 +135,7 @@ form { | ||
| 135 | } | 135 | } |
| 136 | 136 | ||
| 137 | .btn-default { | 137 | .btn-default { |
| 138 | - color: #333; | 138 | + color: #000; |
| 139 | background-color: #fff; | 139 | background-color: #fff; |
| 140 | border-color: #ccc; | 140 | border-color: #ccc; |
| 141 | } | 141 | } |