diff --git a/public/index.html b/public/index.html index 7df9db3..2ebf8ce 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ URL du projet -

Bonjour le Monde!

+

Bonjour le Monde !

Un projet simple construit grâce à un template sur GitLab diff --git a/public/style.css b/public/style.css index 3eae408..fe9e61c 100644 --- a/public/style.css +++ b/public/style.css @@ -5,13 +5,13 @@ body { } .navbar { - background-color: #313236; + background-color: #FFF; border-radius: 2px; max-width: 800px; } .navbar a { - color: #aaa; + color: #000; display: inline-block; font-size: 15px; padding: 10px;