Commit 275df3947ce8d5715cda573176fb2da2ac25f249

Authored by Edmar Moretti
1 parent c2a90023

--no commit message

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
init/index.php
... ... @@ -154,6 +154,12 @@ a {
154 154 margin: 0px auto;
155 155 text-decoration: none;
156 156 font-size: 14px;
  157 + color: #26298D;
  158 + outline : none;
  159 +}
  160 +
  161 +A:hover {
  162 + color: #4142ff;
157 163 }
158 164  
159 165 .borda {
... ...