Bundle embedded web app

This commit is contained in:
gabek
2023-02-10 23:39:20 +00:00
parent b7e4298e58
commit bd9905971c
31 changed files with 36 additions and 34 deletions

View File

@@ -12,8 +12,10 @@
background-color: unset;
color: var(--theme-color-components-text-on-dark);
}
.app-container .menu-container .ant-menu-item-selected:not(.ant-menu-item-only-child), .ant-menu-item a:hover, .ant-menu-item a::before {
color: var(--theme-color-palette-12);
.app-container .menu-container .ant-menu-item-selected:not(.ant-menu-item-only-child),
.ant-menu-item a:hover,
.ant-menu-item a::before {
color: var(--theme-color-palette-12);
}
.app-container h1.owncast-title {
padding: 1rem;