lcrojano / Giphy_Explorer

Search any gif from Giphy API
https://lcrojano.github.io/Giphy_Explorer/
MIT License
10 stars 37 forks source link

Make the website title (h1 tag) clickable to redirect to the home page and update styles #63

Closed AdityaGahukar closed 1 month ago

AdityaGahukar commented 1 month ago

Fixes #61

Description

This PR addresses two main issues:

  1. Made the website's title (<h1 id="logo">Giphy Search</h1>) clickable, allowing users to return to the home page when clicking the title.
  2. Updated the color of the title in dark mode to ensure it is easily readable.

Changes Made:

Testing

Note

Changes were made without the influence of automatic formatting tools to ensure clarity of the functional updates.