Commit ab188514bfd67cd2896901213976f926a2e37427

Authored by Leonardo Merlin
1 parent f50b3bca

Fix: contrast on input fields

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
sass/style.sass
... ... @@ -1434,6 +1434,9 @@ h3.titulo-destaque
1434 1434 .category-#{$category}
1435 1435 background-color: darken(#fff, 85%)
1436 1436  
  1437 + #login-panel
  1438 + input
  1439 + color: #000
1437 1440  
1438 1441 // ------------------------------------
1439 1442 // 10 - mobile
... ...