Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
imskumarj authored May 8, 2024
1 parent ea6169a commit b119a50
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,24 @@ p {
header, footer {
text-align: center;
padding: 20px;
color: yellow;
color: #FFD700;
}

header p,
footer p {
color: #FFD700;
}

footer p a {
color: white;
}

footer p a:hover {
color: #FFD700;
}

main p {
color: white;
}

.book-grid {
Expand Down

0 comments on commit b119a50

Please sign in to comment.