From a18e05534d239d58987e19cb3fdb8e6ddf61c4ad Mon Sep 17 00:00:00 2001 From: versuscam <105965078+versuscam@users.noreply.github.com> Date: Sat, 21 May 2022 04:55:16 -0400 Subject: [PATCH 1/5] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..f61ff83 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +vdo.versuscam.com \ No newline at end of file From b7ef4ed7b67d02a800c03791cfab04a887c3da61 Mon Sep 17 00:00:00 2001 From: versuscam <105965078+versuscam@users.noreply.github.com> Date: Sat, 21 May 2022 05:04:47 -0400 Subject: [PATCH 2/5] Update main.css --- main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.css b/main.css index 452dae4..dc544a6 100644 --- a/main.css +++ b/main.css @@ -1,6 +1,6 @@ :root { - --background-color: #141926; - --container-color: #373737; + --background-color: red; + --container-color: pink; --button-color: #2A2A2A; --blue-accent: #4a4c63; --red-accent: #553737; @@ -4164,4 +4164,4 @@ body.darktheme .invite_setting_item>input{ } body.darktheme .invite_setting_item>select{ background-color:white; -} \ No newline at end of file +} From 8275e35889779933bce1cf5127e898cf92bde9d2 Mon Sep 17 00:00:00 2001 From: versuscam <105965078+versuscam@users.noreply.github.com> Date: Sat, 21 May 2022 05:17:21 -0400 Subject: [PATCH 3/5] Update main.css --- main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.css b/main.css index dc544a6..b000465 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ :root { - --background-color: red; + --background-color: red!important; --container-color: pink; --button-color: #2A2A2A; --blue-accent: #4a4c63; From 0b9f8c8976a015ab19273013524dfff7705ac5e2 Mon Sep 17 00:00:00 2001 From: versuscam <105965078+versuscam@users.noreply.github.com> Date: Sat, 21 May 2022 05:20:12 -0400 Subject: [PATCH 4/5] Update main.js --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 341ab1c..512ea35 100644 --- a/main.js +++ b/main.js @@ -1771,7 +1771,7 @@ async function main(){ // main asyncronous thread; mostly initializes the user s document.querySelector(':root').style.setProperty('--background-color',"#02050c" ); } else { document.body.classList.remove("darktheme"); - document.querySelector(':root').style.setProperty('--background-color',"#141926" ); + //document.querySelector(':root').style.setProperty('--background-color',"#141926" ); } } catch(e){errorlog(e);} @@ -4573,4 +4573,4 @@ setTimeout(function(){ // lazy load script.src = "./thirdparty/StreamSaver.js?v=10"; // dynamically load this only if its needed. Keeps loading time down. }; script.src = "./thirdparty/polyfill.min.js"; // dynamically load this only if its needed. Keeps loading time down. -},0); \ No newline at end of file +},0); From 54da0b9c9f9928b8e1019697ea2518a3c21eda79 Mon Sep 17 00:00:00 2001 From: versuscam <105965078+versuscam@users.noreply.github.com> Date: Sat, 21 May 2022 05:36:43 -0400 Subject: [PATCH 5/5] Update main.css --- main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index b000465..4c89d99 100644 --- a/main.css +++ b/main.css @@ -1,6 +1,6 @@ :root { - --background-color: red!important; - --container-color: pink; + --background-color: black; + --container-color: #999; --button-color: #2A2A2A; --blue-accent: #4a4c63; --red-accent: #553737;