diff --git a/src/main/resources/static/images/IncidentMS.png b/src/main/resources/static/images/IncidentMS.png new file mode 100644 index 0000000..cd45342 Binary files /dev/null and b/src/main/resources/static/images/IncidentMS.png differ diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 2592d3e..df4edf6 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -13,7 +13,12 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; - background: #000000; + background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), + url('/images/IncidentMS.png'); + background-size: cover; + background-position: center; + background-attachment: fixed; + background-repeat: no-repeat; color: #ffffff; min-height: 100vh; } @@ -56,7 +61,7 @@ .hero p { font-size: 1.125rem; - color: #6b7280; + color: #ffffff; margin-bottom: 2rem; line-height: 1.5; } @@ -125,7 +130,7 @@ .demo-note { margin-top: 1rem; font-size: 0.75rem; - color: #4a4a4a; + color: #ffffff; } .footer {