Skip to content

Commit

Permalink
w
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 cec259e commit 2703832
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {

header {
width: 100%;
background-color: #ebeab5;
background-color: #7bb9fb;
padding: 0.5em 0;
border-bottom: 1px solid #eaeaea;
}
Expand Down Expand Up @@ -83,7 +83,7 @@ nav a {
footer {
width: 100%;
flex-shrink: 0;
background-color: #ebeab5;
background-color: #7bb9fb;
text-align: center;
padding: 10px 0;
}
Expand Down Expand Up @@ -123,7 +123,7 @@ nav a, #welcome a {
}

.download-cv {
background-color: #4CAF50; /* Green */
background-color: #FFD700; /* Green */
color: white;
padding: 10px 20px;
text-align: center;
Expand All @@ -135,7 +135,7 @@ nav a, #welcome a {
}

.download-cv:hover {
background-color: #45a049; /* Darker green */
background-color: #907f1b; /* Darker green */
}

@media (max-width: 768px) {
Expand Down

0 comments on commit 2703832

Please sign in to comment.