diff --git a/index.html b/index.html
index 52ba0f4..3bcc844 100644
--- a/index.html
+++ b/index.html
@@ -51,6 +51,38 @@
background-color: #666;
}
+.night-light body {
+ background: linear-gradient(to right, #f5deb3 50%, #deb887 50%);
+ color: black;
+ }
+
+ .night-light .video-modal-content {
+ background-color: rgba(0, 0, 0, 0.3);
+ background: #f5deb3;
+ }
+
+ .night-light .movie-tile {
+ background: #f5deb3;
+ color: black;
+ }
+
+ .night-light .search-input {
+ background-color: #deb887;
+ color: black;
+ }
+
+ .night-light .video-modal-content {
+ background-color: rgba(255, 228, 181, 0.8);
+ }
+
+ .night-light .stream-btn {
+ background-color: #daa520;
+ }
+
+ .night-light .stream-btn:hover {
+ background-color: #cd853f;
+ }
+
.video-modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
@@ -355,10 +387,18 @@
+