From 49e453618704c6758b86e6744e114015fb361e46 Mon Sep 17 00:00:00 2001 From: aferreira-deo Date: Tue, 11 Jun 2024 11:50:03 +0200 Subject: [PATCH] fix colors --- src/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/style.css b/src/style.css index b75f3cb..4de993f 100644 --- a/src/style.css +++ b/src/style.css @@ -7,7 +7,7 @@ body { } header { - background-color: #ffcc00; + background-color: #1b00b1; padding: 1em; text-align: center; } @@ -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 {