diff --git a/src/main/resources/static/app.html b/src/main/resources/static/app.html index e39ecc0..cdaf9af 100644 --- a/src/main/resources/static/app.html +++ b/src/main/resources/static/app.html @@ -4,7 +4,7 @@ - + Random Video Chat @@ -12,7 +12,7 @@ - + @@ -70,7 +70,7 @@

Find New Partner?

- + diff --git a/src/main/resources/static/index.css b/src/main/resources/static/index.css index cf4f283..58d80c2 100644 --- a/src/main/resources/static/index.css +++ b/src/main/resources/static/index.css @@ -1,4 +1,7 @@ - +html { + background-color: #0f2027; + overscroll-behavior-y: none; +} :root { --primary-color: #03dac6; @@ -26,7 +29,7 @@ body { color: var(--text-color); display: flex; flex-direction: column; - min-height: 100vh; + min-height: 100dvh; } main { diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 5fbe188..ba77a8b 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -22,14 +22,14 @@ - + - + diff --git a/src/main/resources/static/privacy.html b/src/main/resources/static/privacy.html index 80d675e..15b2c90 100644 --- a/src/main/resources/static/privacy.html +++ b/src/main/resources/static/privacy.html @@ -9,7 +9,7 @@ - + diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index d9e38bf..a1b35df 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -23,7 +23,7 @@ body { width: 100%; overflow: hidden; font-family: 'Roboto', sans-serif; - background-color: var(--bg-color); + background-color: #000; color: var(--text-color); }