Skip to content

Commit

Permalink
Add attributions link to index, adjust <a> CSS on index
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Sep 28, 2024
1 parent 7953507 commit afcb59a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ b {

/* Styling for links */
a {
color: #ff91a4;
color: #00F;
text-decoration: none;
font-size: 18px;
}
Expand Down Expand Up @@ -54,7 +54,7 @@ ul li:hover {
}

ul li a {
color: inherit; /* Match the text color of the li */
color: white; /* Match the text color of the li */
}

ul li a:hover {
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
<ul>
<li><a href="./crashes.html">Testimonies that Essential causes a fair few issues</a></li>
</ul>
<br>
<a href="./attributions.html">Thank you to these people for helping populate the gallery.</a>
</body>
</html>

0 comments on commit afcb59a

Please sign in to comment.