diff --git a/receivers/electron/assets/video/background.mp4 b/receivers/electron/assets/video/background.mp4 index b689378..c6d8eff 100644 Binary files a/receivers/electron/assets/video/background.mp4 and b/receivers/electron/assets/video/background.mp4 differ diff --git a/receivers/electron/src/main/style.css b/receivers/electron/src/main/style.css index 134f951..e440758 100644 --- a/receivers/electron/src/main/style.css +++ b/receivers/electron/src/main/style.css @@ -107,6 +107,7 @@ body, html { font-size: 20px; font-style: normal; font-weight: 400; + background-color: rgba(0,0,0,0.5) } #title-container { @@ -227,7 +228,7 @@ body, html { } #window-can-be-closed { - color: #666666; + color: #aaaaaa; position: absolute; bottom: 0; margin-bottom: 20px;