diff --git a/openvidu-webcomponent/web/app.css b/openvidu-webcomponent/web/app.css index 3ec0e9ce..f8fb5479 100644 --- a/openvidu-webcomponent/web/app.css +++ b/openvidu-webcomponent/web/app.css @@ -1,12 +1,12 @@ - :root { --ov-primary-color: #303030; --ov-secondary-color: #3e3f3f; - --ov-secondary-light-color: #e6e6e6; --ov-tertiary-color: #598eff; - --ov-warn-color: #EB5144; + --ov-warn-color: #eb5144; --ov-accent-color: #ffae35; + --ov-light-color: #e6e6e6; + --ov-logo-background-color: #3a3d3d; --ov-text-color: #ffffff; --ov-panel-text-color: #1d1d1d; @@ -16,4 +16,4 @@ --ov-leave-button-radius: 10px; --ov-video-radius: 5px; --ov-panel-radius: 5px; - } \ No newline at end of file +}