diff --git a/TrafagSalesExporter/Components/App.razor b/TrafagSalesExporter/Components/App.razor
index 9ec705e..f517dd1 100644
--- a/TrafagSalesExporter/Components/App.razor
+++ b/TrafagSalesExporter/Components/App.razor
@@ -3,7 +3,7 @@
- Trafag Sales Exporter
+ Trafag Finanze/Sales Management Cockpit
diff --git a/TrafagSalesExporter/Components/Layout/MainLayout.razor b/TrafagSalesExporter/Components/Layout/MainLayout.razor
index ed0b75a..dfde20f 100644
--- a/TrafagSalesExporter/Components/Layout/MainLayout.razor
+++ b/TrafagSalesExporter/Components/Layout/MainLayout.razor
@@ -9,7 +9,9 @@
- Trafag Sales Exporter
+ Trafag Finanze/Sales Management Cockpit
+
+
@@ -28,9 +30,9 @@
{
PaletteLight = new PaletteLight
{
- Primary = "#1565C0",
- Secondary = "#00897B",
- AppbarBackground = "#1565C0"
+ Primary = "#B71C1C",
+ Secondary = "#7F1D1D",
+ AppbarBackground = "#B71C1C"
}
};
diff --git a/TrafagSalesExporter/trafag.jpg b/TrafagSalesExporter/trafag.jpg
new file mode 100644
index 0000000..1ae7797
Binary files /dev/null and b/TrafagSalesExporter/trafag.jpg differ
diff --git a/TrafagSalesExporter/wwwroot/css/app.css b/TrafagSalesExporter/wwwroot/css/app.css
index 43376d2..e0dca7f 100644
--- a/TrafagSalesExporter/wwwroot/css/app.css
+++ b/TrafagSalesExporter/wwwroot/css/app.css
@@ -1,3 +1,14 @@
html, body {
font-family: 'Roboto', sans-serif;
}
+
+.app-title {
+ font-weight: 700;
+ letter-spacing: 0.02em;
+}
+
+.app-logo {
+ height: 34px;
+ width: auto;
+ object-fit: contain;
+}
diff --git a/TrafagSalesExporter/wwwroot/trafag.jpg b/TrafagSalesExporter/wwwroot/trafag.jpg
new file mode 100644
index 0000000..1ae7797
Binary files /dev/null and b/TrafagSalesExporter/wwwroot/trafag.jpg differ