Light theme

Change-Id: Ib786f2a5378a15acecab6120218cc38f400a9f59
diff --git a/index.html b/index.html
index 4f71420..5b48edd 100644
--- a/index.html
+++ b/index.html
@@ -27,10 +27,10 @@
 
 <body class="">
   <!-- Navbar -->
-  <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark" style="padding-right: 41px;">
+  <nav class="navbar navbar-expand-md navbar-light fixed-top bg-light" style="padding-right: 41px;">
     <div class="container pt-6">
       <a class="navbar-brand" href="#"><img src="images/BlissIcon_Smal_wl.png" width="50"
-          class="d-inline-block align-top" alt=""></a>
+          class="d-inline-block align-top" alt="" style="-webkit-filter: invert(100%)"></a>
       <div class="row">
         <div class="col-md-12"><a class="navbar-brand" href="#"><b><b>BlissRoms</b></b></a></div>
       </div>
@@ -82,7 +82,7 @@
     </div>
   </div>
   <!-- Features Section -->
-  <div class="section-fade-in py-5 bg-dark" id="features">
+  <div class="py-5 bg-light" id="features">
     <div class="container">
       <div class="row">
         <div class="col-12 text-center">
@@ -92,11 +92,11 @@
       <div class="row">
         <div class="align-self-center text-md-right text-center col-lg-4 col-md-6">
           <h4 class="text-primary"><b>Focus on design</b></h4>
-          <p class="mb-5 text-white">We include many options for customization and theming throughout the OS</p>
+          <p class="mb-5 text-black">We include many options for customization and theming throughout the OS</p>
           <h4 class="text-primary"><b>Customized settings</b></h4>
-          <p class="mb-5 text-white">Choose settings depending on the criteria you value the most. With no limits.</p>
+          <p class="mb-5 text-black">Choose settings depending on the criteria you value the most. With no limits.</p>
           <h4 class="text-primary"><b>Performance</b></h4>
-          <p class="mb-5 text-white">Focused on speed and stability with tweaks to assist in the most demanding
+          <p class="mb-5 text-black">Focused on speed and stability with tweaks to assist in the most demanding
             applications</p>
         </div>
         <div class="my-3 d-none d-lg-block animate-in-down col-md-4">
@@ -104,24 +104,24 @@
         </div>
         <div class="align-self-center text-md-left text-center col-lg-4 col-md-6">
           <h4 class="text-primary"><b>Battery-friendly</b></h4>
-          <p class="mb-5 text-white">Extra options are provided to help tune battery consumption to the best levels</p>
+          <p class="mb-5 text-black">Extra options are provided to help tune battery consumption to the best levels</p>
           <h4 class="text-primary"><b>Added Security</b></h4>
-          <p class="mb-5 text-white">Additional security options and features are found throughout the OS. And AOSP
+          <p class="mb-5 text-black">Additional security options and features are found throughout the OS. And AOSP
             security updates are merged regularly.</p>
           <h4 class="text-primary"><b>Compatibility</b></h4>
-          <p class="mb-5 text-white">We bring Bliss to every device we own. And our PC builds include extras for
+          <p class="mb-5 text-black">We bring Bliss to every device we own. And our PC builds include extras for
             ARM/ARM64 app compatibility&nbsp;&nbsp;</p>
         </div>
       </div>
     </div>
   </div>
   <!-- 501(c3) Non-profit Notice Section -->
-  <div class="section bg-dark">
+  <div class="section bg-light">
     <div class="container d-flex justify-content-center align-items-center flex-grow-1 mx-auto w-75 py-4">
       <div class="row">
         <div class="col-md-6 text-left mx-auto flex-center">
           <div>
-            <h2 class="my-3 highlight_secondary team-header text-white no-wrap">We volunteer our time.</h2>
+            <h2 class="my-3 highlight_secondary team-header text-black no-wrap">We volunteer our time.</h2>
             <p class="mb-3 body-font">We are a 501(c3) nonprofit, run by people that donate their free time towards the
               project. We do our best to bring a quality OS to your device, while working a real job on the side in most
               cases. Please consider showing us we're on the right track by clicking the button below and making a small
@@ -209,12 +209,12 @@
     </div>
   </div>
   <!-- Footer -->
-  <div class="py-3 bg-dark">
+  <div class="py-3 bg-light">
     <div class="container">
       <div class="row">
         <div class="col-lg-3 col-6 p-3">
           <h5> <b>Community</b></h5>
-          <ul class="list-unstyled text-primary">
+          <ul class="text-primary">
             <li class="text-primary"> <a href="https://t.me/Team_Bliss_Community">BlissRoms Telegram</a> </li>
             <li> <a href="https://t.me/blissx86">Bliss OS Telegram</a> </li>
             <li> <a href="https://discord.gg/wwc4Aua4fp">Bliss Discord</a> </li>
@@ -222,7 +222,7 @@
         </div>
         <div class="col-lg-3 col-6 p-3">
           <h5> <b>Sources</b></h5>
-          <ul class="list-unstyled">
+          <ul class="text-primary">
             <li> <a href="https://review.blissroms.com">BlissRoms Gerrit Review</a> </li>
             <li> <a href="https://review-x86.blissroms.com">Bliss OS (x86) Gerrit Review</a> </li>
             <li> <a href="https://github.com/BlissRoms">BlissRoms GitHub</a> </li>