Skip to content

Commit

Permalink
Merge pull request #2 from niikhilpatel/fix/color_issue
Browse files Browse the repository at this point in the history
Solved : Coloring Problem iin HTML File #1
  • Loading branch information
niikhilpatel authored Jan 17, 2024
2 parents 8abebdd + 6823fac commit 16cf37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h1 class="nikhil">
Or you can leave a message with my <a href="contact.html">Contact form</a>!
</p>
<details>
<summary style="color:rgb(227, 145, 115); cursor: pointer;">
<summary style="color:#C63B65; cursor: pointer;">
Click to read on...
</summary>

Expand Down Expand Up @@ -169,4 +169,4 @@ <h1 class="nikhil">

<!-- Cloudflare Pages Analytics<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "38db65fab07649b1ba2617a744f8ddfb"}'></script><!-- Cloudflare Pages Analytics --></body>

</html>
</html>

0 comments on commit 16cf37e

Please sign in to comment.