diff --git a/scripts/greet.js b/scripts/greet.js index ea6fd3c..3bf40a2 100644 --- a/scripts/greet.js +++ b/scripts/greet.js @@ -7,7 +7,7 @@ const greetings = [ 'How are you?', 'What\'s up?', 'Hello!', - 'You\'re looking great today!', + 'You\'re looking great!', 'Good day mate!', 'Hello friend!', 'Howdy!', diff --git a/style/dark.css b/style/dark.css index 1ae907a..8a6f2bf 100644 --- a/style/dark.css +++ b/style/dark.css @@ -4,7 +4,7 @@ body { } .jumbotron { - background-color: #34373a; + background-color: #404142; } .list-display { @@ -20,7 +20,7 @@ body { } .footer { - background-color: #404142; + background-color: #343a40; } .modal-header { diff --git a/style/style.css b/style/style.css index fd8f83f..1ef2fd7 100644 --- a/style/style.css +++ b/style/style.css @@ -33,8 +33,12 @@ body { } .jumbotron { + width: 85%; margin-bottom: 0; margin-top: 40px; + margin-left: auto; + margin-right: auto; + background-color: white; } .project-image { @@ -128,7 +132,7 @@ body { left: 0; right: 0; bottom: 0; - background-color: #f5f5f5; + background-color: #f8f9fa; padding-left: 15px; padding-right: 15px; overflow: auto;