diff --git a/index.html b/index.html index ddd0333..52ba0f4 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,38 @@ body { background: linear-gradient(to right, #32cd32 50%, #ff6347 50%); } + .dark-mode body { + background: linear-gradient(to right, #000000 50%, #333333 50%); + color: white; + } + + .translate-x-full { + transform: translateX(100%); + } +.dark-mode .movie-tile { + background: #444; + color: white; +} + +.dark-mode .search-input { + background-color: #333; + color: white; +} + +.dark-mode .video-modal-content { + background-color: rgba(0, 0, 0, 0.8); + background: 0; + + } + +.dark-mode .stream-btn { + background-color: #555; +} + +.dark-mode .stream-btn:hover { + background-color: #666; +} + .video-modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ @@ -286,7 +318,7 @@ } 50% { transform: translateY(-10px) rotate(360deg); - filter: drop-shadow(0 5px 5px rgba(0,0,0,0.4)); /* Add a shadow to enhance the effect */ + filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.4)); /* Add a shadow to enhance the effect */ } } @@ -295,7 +327,8 @@