Skip to content

Commit

Permalink
deploy: 49e4536
Browse files Browse the repository at this point in the history
  • Loading branch information
aferreira-deo committed Jun 11, 2024
1 parent 7de9a08 commit 7f506d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
}

header {
background-color: #ffcc00;
background-color: #1b00b1;
padding: 1em;
text-align: center;
}
Expand Down Expand Up @@ -36,19 +36,19 @@ nav select {
}

.a-propos {
color: #FFD700; /* Gold */
color: #1b00b1; /* Gold */
}

.voyages {
color: #1E90FF; /* Dodger Blue */
color: #1b00b1; /* Dodger Blue */
}

.reseaux {
color: #32CD32; /* Lime Green */
color: #1b00b1; /* Lime Green */
}

.contact {
color: #FF69B4; /* Hot Pink */
color: #1b00b1; /* Hot Pink */
}

section {
Expand Down

0 comments on commit 7f506d9

Please sign in to comment.