diff --git a/ErsatzTV/Pages/FFmpeg.razor b/ErsatzTV/Pages/FFmpeg.razor index 9e3370b98..5c8a80447 100644 --- a/ErsatzTV/Pages/FFmpeg.razor +++ b/ErsatzTV/Pages/FFmpeg.razor @@ -37,7 +37,7 @@ FFmpeg Profiles - Colored settings will be normalized + Colored settings will be normalized @@ -61,17 +61,17 @@ @(context.Transcode ? "Yes" : "No") - + @context.Resolution.Name - + @context.VideoCodec - + @context.AudioCodec diff --git a/ErsatzTV/Shared/MainLayout.razor b/ErsatzTV/Shared/MainLayout.razor index 0f2c6c219..1071b8c41 100644 --- a/ErsatzTV/Shared/MainLayout.razor +++ b/ErsatzTV/Shared/MainLayout.razor @@ -9,25 +9,27 @@ - ErsatzTV +
+ ErsatzTV +
- M3U - XMLTV - API - + M3U + XMLTV + API - + - +
@@ -74,9 +76,18 @@ { Palette = new Palette { - DrawerBackground = current.Palette.Background, - Background = current.Palette.BackgroundGrey, - Tertiary = Colors.Shades.White + ActionDefault = "rgba(255,255,255, 0.80)", + Primary = "#009000", + AppbarBackground = "#121212", + Background = "#272727", + DrawerBackground = "#1f1f1f", + Surface = "#1f1f1f", + DrawerText = "rgba(255,255,255, 0.80)", + TextPrimary = "rgba(255,255,255, 0.80)", + TextSecondary = "rgba(255,255,255, 0.80)", + Info = "#00c0c0", + Tertiary = "#00c000", + White = Colors.Shades.White } }; } diff --git a/ErsatzTV/wwwroot/css/site.css b/ErsatzTV/wwwroot/css/site.css index 69a72fa72..e3d643cba 100644 --- a/ErsatzTV/wwwroot/css/site.css +++ b/ErsatzTV/wwwroot/css/site.css @@ -1,4 +1,8 @@ -.media-card-grid { +.mud-breadcrumb-separator > span { + color: inherit !important; +} + +.media-card-grid { display: flex; flex-direction: row; flex-wrap: wrap; @@ -113,11 +117,11 @@ .media-item-title { color: #fff; - text-shadow: 1px 1px 3px #000; + text-shadow: 1px 1px 5px #000; } .media-item-subtitle { color: #fff; - text-shadow: 1px 1px 3px #000; + text-shadow: 1px 1px 5px #000; } diff --git a/ErsatzTV/wwwroot/images/ersatztv.png b/ErsatzTV/wwwroot/images/ersatztv.png new file mode 100644 index 000000000..c8e54c76e Binary files /dev/null and b/ErsatzTV/wwwroot/images/ersatztv.png differ