From 1afdf46f9c7665a0f7575840b53a4950cb72ddc6 Mon Sep 17 00:00:00 2001 From: Oana Pintoiu Date: Mon, 12 Aug 2024 22:06:57 +0100 Subject: [PATCH] added link to site --- readme.md | 2 +- styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f4af7f2..205383d 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Pokémon Search App +# Pokémon Search App [(Deployed)](oanapintoiu.github.io/pokemon_api/) This repository contains a simple web application that allows users to search for Pokémon by name or ID using the Pokémon API. The application retrieves and displays various details about the Pokémon, including its stats, types, and sprite. diff --git a/styles.css b/styles.css index f32f802..b059d87 100644 --- a/styles.css +++ b/styles.css @@ -1,7 +1,7 @@ body { font-family: 'Arial', sans-serif; background-color: #f8f8f8; - color: #333; + color: var(--main-grey); margin: 0; padding: 0; display: flex;