Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Reyes Franco authored and Reyes Franco committed Jul 11, 2024
1 parent 8d379e9 commit 3b4be7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ nav a, #welcome a {

.latest-news h2 {
margin-bottom: 1em;
color: #192231; /* Dark blue text */
color: #ffffff; /* Dark blue text */
}

.latest-news ul {
Expand All @@ -185,7 +185,7 @@ nav a, #welcome a {
}

.news-item {
background-color: #98878F; /* grey background for each item */
background-color: #c3b6bc; /* grey background for each item */
margin-bottom: 10px; /* Space between news items */
padding: 10px;
border-radius: 5px; /* Rounded corners for polish */
Expand Down

0 comments on commit 3b4be7c

Please sign in to comment.