Change Info modal theme

diff --git a/index.html b/index.html
index 5ea6e7d..c2918b9 100644
--- a/index.html
+++ b/index.html
@@ -273,7 +273,7 @@
               <div id="popup-modal4" class="modal fade">
                 <div class="modal-dialog">
                   <div class="modal-content">
-                    <div class="modal-body px-3 bg-dark">
+                    <div class="modal-body px-3 bg-light">
                       <h1 class="text-center"> What is Bliss OS? </h1>
                       <p class="text-center">This is Bliss for your x86-based devices, including desktops, laptops, tablets, maker boards and a lot more.</p>
                       <p class="text-center">These builds are compatible with PCs, MacBooks and Chromebooks equipped with x86/x86_64 compatible CPUs from Intel, AMD &amp; others. It also supports GPUs from Intel, AMD, or Nvidia. </p>
@@ -287,7 +287,7 @@
                         </div>
                       </div>
                     </div>
-                    <div class="modal-footer text-center bg-dark">
+                    <div class="modal-footer text-center bg-light">
                       <a class="btn btn-primary mt-0" href="" data-target="#popup-modal2" data-toggle="modal">Go To Downloads</a>
                     </div>
                   </div>