File plugin.head.html of Package jitsi-meet-branding-opensuse
<style>
.welcome {
background-image: url(/images/opensuse-background.svg);
background-position:center;
background-repeat:none;
background-size:cover;
}
.welcome .header {
background-image: none;
color:transparent !important;
background-color: transparent;
}
.welcome .welcome-page-button {
background: #00a489;
font-weight: bold;
}
.welcome .tab-container {
background: #00a489;
border-radius: 4px;
}
.meetings-list .item.with-click-handler:hover {
background-color: #90d1ef;
}
</style>