diff --git a/src/script.js b/src/script.js index ca937c5..0c39829 100644 --- a/src/script.js +++ b/src/script.js @@ -50,7 +50,7 @@ async function pegarPokemons(op){ initt = poksDados.results.length-1; } } - + const nameP = poksDados.results[initt].name; const urlP = poksDados.results[initt].url; const poksInfo = await fetch(urlP); diff --git a/src/style.css b/src/style.css index ee91327..fe7463a 100644 --- a/src/style.css +++ b/src/style.css @@ -66,7 +66,7 @@ button#next { text-align: center; font-size: 18px; background-color: transparent; - opacity: 0.5; + opacity: 0.3; cursor: pointer; }