diff --git a/public/css/Room.css b/public/css/Room.css index 509c8c2d..0b451b19 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -6,7 +6,7 @@ :root { - --primary-red: #e53935; + --primary-red: #DA4241; --dark-red: #c62828; --light-red: #ff5252; --accent-red: #ff8a80; diff --git a/public/css/Root.css b/public/css/Root.css index 42f96591..84bab311 100644 --- a/public/css/Root.css +++ b/public/css/Root.css @@ -2,7 +2,7 @@ :root { /* Red Color Scheme from 404 page */ - --primary-red: #e53935; + --primary-red: #DA4241; --dark-red: #c62828; --light-red: #ff5252; --accent-red: #ff8a80; diff --git a/public/images/virtual-background/default/background-1.jpg b/public/images/virtual-background/default/background-1.jpg index 9a63173f..50e8b94c 100644 Binary files a/public/images/virtual-background/default/background-1.jpg and b/public/images/virtual-background/default/background-1.jpg differ diff --git a/public/images/virtual-background/default/background-2.jpg b/public/images/virtual-background/default/background-2.jpg new file mode 100644 index 00000000..cad667e5 Binary files /dev/null and b/public/images/virtual-background/default/background-2.jpg differ diff --git a/public/images/virtual-background/default/background-2.webp b/public/images/virtual-background/default/background-2.webp deleted file mode 100644 index 54032067..00000000 Binary files a/public/images/virtual-background/default/background-2.webp and /dev/null differ diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index e4c27649..0f27a08d 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -122,7 +122,7 @@ const image = { upload: '../images/upload.png', virtualBackground: { one: '../images/virtual-background/default/background-1.jpg', - two: '../images/virtual-background/default/background-2.webp' + two: '../images/virtual-background/default/background-2.jpg' }, }; diff --git a/public/views/404.html b/public/views/404.html index 43e5732f..c3b8bd50 100755 --- a/public/views/404.html +++ b/public/views/404.html @@ -46,7 +46,7 @@ .error-code { font-size: 150px; font-weight: 700; - color: #e53935; + color: #DA4241; line-height: 1; margin-bottom: 20px; text-shadow: 5px 5px 0 rgba(229, 57, 53, 0.1); @@ -79,7 +79,7 @@ width: 200px; height: 80px; border-radius: 40px; - background: linear-gradient(135deg, #e53935 0%, #c62828 100%); + background: linear-gradient(135deg, #DA4241 0%, #c62828 100%); top: 50%; left: 50%; transform: translate(-50%, -50%); @@ -109,7 +109,7 @@ width: 80px; height: 80px; border-radius: 40px; - background: linear-gradient(135deg, #e53935 0%, #c62828 100%); + background: linear-gradient(135deg, #DA4241 0%, #c62828 100%); box-shadow: 0 5px 15px rgba(229, 57, 53, 0.3); } @@ -168,7 +168,7 @@ } .btn-primary { - background: linear-gradient(135deg, #e53935 0%, #c62828 100%); + background: linear-gradient(135deg, #DA4241 0%, #c62828 100%); color: white; box-shadow: 0 4px 15px rgba(229, 57, 53, 0.4); } @@ -180,8 +180,8 @@ .btn-secondary { background: transparent; - color: #e53935; - border: 2px solid #e53935; + color: #DA4241; + border: 2px solid #DA4241; } .btn-secondary:hover { @@ -258,7 +258,7 @@
404
diff --git a/public/views/feedback.html b/public/views/feedback.html index 7d5d1ae0..6af0212e 100644 --- a/public/views/feedback.html +++ b/public/views/feedback.html @@ -46,7 +46,7 @@ .error-code { font-size: 150px; font-weight: 700; - color: #e53935; + color: #DA4241; line-height: 1; margin-bottom: 20px; text-shadow: 5px 5px 0 rgba(229, 57, 53, 0.1); @@ -79,7 +79,7 @@ width: 200px; height: 80px; border-radius: 40px; - background: linear-gradient(135deg, #e53935 0%, #c62828 100%); + background: linear-gradient(135deg, #DA4241 0%, #c62828 100%); top: 50%; left: 50%; transform: translate(-50%, -50%); @@ -109,7 +109,7 @@ width: 80px; height: 80px; border-radius: 40px; - background: linear-gradient(135deg, #e53935 0%, #c62828 100%); + background: linear-gradient(135deg, #DA4241 0%, #c62828 100%); box-shadow: 0 5px 15px rgba(229, 57, 53, 0.3); } @@ -168,7 +168,7 @@ } .btn-primary { - background: linear-gradient(135deg, #e53935 0%, #c62828 100%); + background: linear-gradient(135deg, #DA4241 0%, #c62828 100%); color: white; box-shadow: 0 4px 15px rgba(229, 57, 53, 0.4); } @@ -180,8 +180,8 @@ .btn-secondary { background: transparent; - color: #e53935; - border: 2px solid #e53935; + color: #DA4241; + border: 2px solid #DA4241; } .btn-secondary:hover { @@ -258,7 +258,7 @@
404