Mejores colores en el input

This commit is contained in:
Daniel Cortés
2019-04-05 20:20:09 -03:00
parent 29f37ec8f7
commit 44152433fc

View File

@@ -16,10 +16,12 @@ body {
.search { .search {
width: 100%; width: 100%;
display: block; display: block;
border: none;
padding: 10px 10px 10px 10px; padding: 10px 10px 10px 10px;
margin-bottom: 2em; margin-bottom: 2em;
border-radius: 5px; border-radius: 5px;
background: #272822;
border: #a6e22e solid 1px;
color: #fff;
} }
.title { .title {